We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aml
1 parent c3efed1 commit 12f8a33Copy full SHA for 12f8a33
aml/src/lib.rs
@@ -460,6 +460,7 @@ where
460
}
461
Opcode::Return => {
462
let [Argument::Object(object)] = &op.arguments[..] else { panic!() };
463
+ let object = object.clone().unwrap_transparent_reference();
464
465
if let Some(last) = self.context_stack.lock().pop() {
466
context = last;
0 commit comments