diff options
author | Mike Pall <mike> | 2016-05-20 20:26:39 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2016-05-20 20:26:39 +0200 |
commit | 475a6ae33fc4b28d4c1c7a5f663ea933e0ccbdfd (patch) | |
tree | c6f2cc8862e7e4db1a8afc0bc73a6fef56878f99 /src/lj_asm_x86.h | |
parent | d4f3b1136b08ec65cf7e76691d63a7730d832ddc (diff) | |
parent | 37e1e70313367d0264be9a2b9e563a8a94745303 (diff) | |
download | luajit-475a6ae33fc4b28d4c1c7a5f663ea933e0ccbdfd.tar.gz luajit-475a6ae33fc4b28d4c1c7a5f663ea933e0ccbdfd.tar.bz2 luajit-475a6ae33fc4b28d4c1c7a5f663ea933e0ccbdfd.zip |
Merge branch 'master' into v2.1
Diffstat (limited to 'src/lj_asm_x86.h')
-rw-r--r-- | src/lj_asm_x86.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lj_asm_x86.h b/src/lj_asm_x86.h index 66fb4403..6cd3800d 100644 --- a/src/lj_asm_x86.h +++ b/src/lj_asm_x86.h | |||
@@ -1157,7 +1157,6 @@ static void asm_hrefk(ASMState *as, IRIns *ir) | |||
1157 | 1157 | ||
1158 | static void asm_uref(ASMState *as, IRIns *ir) | 1158 | static void asm_uref(ASMState *as, IRIns *ir) |
1159 | { | 1159 | { |
1160 | /* NYI: Check that UREFO is still open and not aliasing a slot. */ | ||
1161 | Reg dest = ra_dest(as, ir, RSET_GPR); | 1160 | Reg dest = ra_dest(as, ir, RSET_GPR); |
1162 | if (irref_isk(ir->op1)) { | 1161 | if (irref_isk(ir->op1)) { |
1163 | GCfunc *fn = ir_kfunc(IR(ir->op1)); | 1162 | GCfunc *fn = ir_kfunc(IR(ir->op1)); |