aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm_arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_asm_arm.h')
-rw-r--r--src/lj_asm_arm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lj_asm_arm.h b/src/lj_asm_arm.h
index ff688746..a722a11f 100644
--- a/src/lj_asm_arm.h
+++ b/src/lj_asm_arm.h
@@ -976,7 +976,6 @@ static void asm_newref(ASMState *as, IRIns *ir)
976 976
977static void asm_uref(ASMState *as, IRIns *ir) 977static void asm_uref(ASMState *as, IRIns *ir)
978{ 978{
979 /* NYI: Check that UREFO is still open and not aliasing a slot. */
980 Reg dest = ra_dest(as, ir, RSET_GPR); 979 Reg dest = ra_dest(as, ir, RSET_GPR);
981 if (irref_isk(ir->op1)) { 980 if (irref_isk(ir->op1)) {
982 GCfunc *fn = ir_kfunc(IR(ir->op1)); 981 GCfunc *fn = ir_kfunc(IR(ir->op1));