diff options
Diffstat (limited to 'src/lj_asm_x86.h')
-rw-r--r-- | src/lj_asm_x86.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lj_asm_x86.h b/src/lj_asm_x86.h index 02918e23..db3e49f8 100644 --- a/src/lj_asm_x86.h +++ b/src/lj_asm_x86.h | |||
@@ -1215,7 +1215,6 @@ static void asm_newref(ASMState *as, IRIns *ir) | |||
1215 | 1215 | ||
1216 | static void asm_uref(ASMState *as, IRIns *ir) | 1216 | static void asm_uref(ASMState *as, IRIns *ir) |
1217 | { | 1217 | { |
1218 | /* NYI: Check that UREFO is still open and not aliasing a slot. */ | ||
1219 | Reg dest = ra_dest(as, ir, RSET_GPR); | 1218 | Reg dest = ra_dest(as, ir, RSET_GPR); |
1220 | if (irref_isk(ir->op1)) { | 1219 | if (irref_isk(ir->op1)) { |
1221 | GCfunc *fn = ir_kfunc(IR(ir->op1)); | 1220 | GCfunc *fn = ir_kfunc(IR(ir->op1)); |