diff options
Diffstat (limited to 'src/lj_asm_mips.h')
-rw-r--r-- | src/lj_asm_mips.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lj_asm_mips.h b/src/lj_asm_mips.h index 4045fe80..66953aac 100644 --- a/src/lj_asm_mips.h +++ b/src/lj_asm_mips.h | |||
@@ -793,7 +793,6 @@ static void asm_newref(ASMState *as, IRIns *ir) | |||
793 | 793 | ||
794 | static void asm_uref(ASMState *as, IRIns *ir) | 794 | static void asm_uref(ASMState *as, IRIns *ir) |
795 | { | 795 | { |
796 | /* NYI: Check that UREFO is still open and not aliasing a slot. */ | ||
797 | Reg dest = ra_dest(as, ir, RSET_GPR); | 796 | Reg dest = ra_dest(as, ir, RSET_GPR); |
798 | if (irref_isk(ir->op1)) { | 797 | if (irref_isk(ir->op1)) { |
799 | GCfunc *fn = ir_kfunc(IR(ir->op1)); | 798 | GCfunc *fn = ir_kfunc(IR(ir->op1)); |