From 37e1e70313367d0264be9a2b9e563a8a94745303 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Fri, 20 May 2016 20:24:06 +0200 Subject: Add guard for obscure aliasing between open upvalues and SSA slots. Thanks to Peter Cawley. --- src/lj_asm_mips.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lj_asm_mips.h') 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) static void asm_uref(ASMState *as, IRIns *ir) { - /* NYI: Check that UREFO is still open and not aliasing a slot. */ Reg dest = ra_dest(as, ir, RSET_GPR); if (irref_isk(ir->op1)) { GCfunc *fn = ir_kfunc(IR(ir->op1)); -- cgit v1.2.3-55-g6feb