fix: WIP
This commit is contained in:
@@ -35,7 +35,7 @@ pub extern "C" fn helper_lookup_arg<Ctx: JITContext>(
|
||||
offset: usize,
|
||||
ret: &mut MaybeUninit<Value<Ctx>>,
|
||||
) {
|
||||
ret.write(ctx.lookup_arg(offset).clone());
|
||||
ret.write(JITContext::lookup_arg(ctx, offset).clone());
|
||||
}
|
||||
|
||||
pub extern "C" fn helper_lookup<Ctx: JITContext>(
|
||||
|
||||
Reference in New Issue
Block a user