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