mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
parent
d5bbf9cdb4
commit
93ce12ee15
@ -935,7 +935,7 @@ static void asm_hrefk(ASMState *as, IRIns *ir)
|
|||||||
emit_nm(as, A64I_CMPx, key, ra_allock(as, k, rset_exclude(allow, key)));
|
emit_nm(as, A64I_CMPx, key, ra_allock(as, k, rset_exclude(allow, key)));
|
||||||
emit_lso(as, A64I_LDRx, key, idx, kofs);
|
emit_lso(as, A64I_LDRx, key, idx, kofs);
|
||||||
if (bigofs)
|
if (bigofs)
|
||||||
emit_opk(as, A64I_ADDx, dest, node, ofs, RSET_GPR);
|
emit_opk(as, A64I_ADDx, dest, node, ofs, rset_exclude(RSET_GPR, node));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void asm_uref(ASMState *as, IRIns *ir)
|
static void asm_uref(ASMState *as, IRIns *ir)
|
||||||
|
Loading…
Reference in New Issue
Block a user