mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Fix compiler warning.
This commit is contained in:
parent
f5affaa6c4
commit
d032c637b1
@ -787,7 +787,7 @@ static void asm_href(ASMState *as, IRIns *ir, IROp merge)
|
|||||||
int destused = ra_used(ir);
|
int destused = ra_used(ir);
|
||||||
Reg dest = ra_dest(as, ir, allow);
|
Reg dest = ra_dest(as, ir, allow);
|
||||||
Reg tab = ra_alloc1(as, ir->op1, rset_clear(allow, dest));
|
Reg tab = ra_alloc1(as, ir->op1, rset_clear(allow, dest));
|
||||||
Reg tmp = RID_TMP, type = RID_NONE, key, tkey;
|
Reg tmp = RID_TMP, type = RID_NONE, key = RID_NONE, tkey;
|
||||||
IRRef refkey = ir->op2;
|
IRRef refkey = ir->op2;
|
||||||
IRIns *irkey = IR(refkey);
|
IRIns *irkey = IR(refkey);
|
||||||
int isk = irref_isk(refkey);
|
int isk = irref_isk(refkey);
|
||||||
|
Loading…
Reference in New Issue
Block a user