Merge branch 'master' into v2.1

This commit is contained in:
Mike Pall
2016-05-20 20:26:39 +02:00
6 changed files with 8 additions and 12 deletions

View File

@@ -717,7 +717,6 @@ static void asm_hrefk(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));