aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm_mips.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_asm_mips.h')
-rw-r--r--src/lj_asm_mips.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lj_asm_mips.h b/src/lj_asm_mips.h
index 7bd72fda..ecb38c5d 100644
--- a/src/lj_asm_mips.h
+++ b/src/lj_asm_mips.h
@@ -810,7 +810,6 @@ nolo:
810 810
811static void asm_uref(ASMState *as, IRIns *ir) 811static void asm_uref(ASMState *as, IRIns *ir)
812{ 812{
813 /* NYI: Check that UREFO is still open and not aliasing a slot. */
814 Reg dest = ra_dest(as, ir, RSET_GPR); 813 Reg dest = ra_dest(as, ir, RSET_GPR);
815 if (irref_isk(ir->op1)) { 814 if (irref_isk(ir->op1)) {
816 GCfunc *fn = ir_kfunc(IR(ir->op1)); 815 GCfunc *fn = ir_kfunc(IR(ir->op1));