runtime, vm: write thunk results back to the forcing stack slot
This commit is contained in:
@@ -75,6 +75,7 @@ pub trait Machine<'gc> {
|
||||
pc: ret_pc,
|
||||
thunk: _,
|
||||
env,
|
||||
depth: None,
|
||||
}) = self.pop_call_frame()
|
||||
else {
|
||||
unreachable!()
|
||||
|
||||
Reference in New Issue
Block a user