mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
ARM64: Followup fix for exit branch patching.
This commit is contained in:
parent
2e55a42c07
commit
e67e2040be
@ -2021,7 +2021,7 @@ void lj_asm_patchexit(jit_State *J, GCtrace *T, ExitNo exitno, MCode *target)
|
||||
*px = A64I_B | A64F_S26(delta);
|
||||
if (!cstart) cstart = px;
|
||||
}
|
||||
lj_mcode_sync(cstart, px+1);
|
||||
if (cstart) lj_mcode_sync(cstart, px+1);
|
||||
lj_mcode_patch(J, mcarea, 1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user