feat(gc): WIP
This commit is contained in:
@@ -79,7 +79,7 @@ impl<'gc> Func<'gc> {
|
||||
.borrow_mut(mc)
|
||||
.get_or_insert_with(|| vm.compile_func(self.func))
|
||||
.clone();
|
||||
let ret = unsafe { compiled.call(env.as_ref() as *const VmEnv, mc as *const _) };
|
||||
let ret = unsafe { compiled(env.as_ref() as *const VmEnv, mc as *const _) };
|
||||
Ok(ret.into())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user