fix unboxing offset
svn: r17070
This commit is contained in:
parent
8365c0a938
commit
5e9ead0e26
|
@ -4067,6 +4067,7 @@ static int generate_arith(mz_jit_state *jitter, Scheme_Object *rator, Scheme_Obj
|
||||||
}
|
}
|
||||||
if (args_unboxed) {
|
if (args_unboxed) {
|
||||||
--jitter->unbox;
|
--jitter->unbox;
|
||||||
|
if (rand)
|
||||||
jitter->unbox_depth -= (rand2 ? 2 : 1);
|
jitter->unbox_depth -= (rand2 ? 2 : 1);
|
||||||
}
|
}
|
||||||
if (for_branch)
|
if (for_branch)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user