Mike Pall пре 13 година
родитељ
комит
8d8dbf27b8
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      src/lj_asm_x86.h

+ 2 - 0
src/lj_asm_x86.h

@@ -550,8 +550,10 @@ static void asm_setupresult(ASMState *as, IRIns *ir, const CCallInfo *ci)
 		  irt_isnum(ir->t) ? XOg_FSTPq : XOg_FSTPd, RID_ESP, ofs);
       }
 #endif
+#if LJ_32
     } else if (hiop) {
       ra_destpair(as, ir);
+#endif
     } else {
       lua_assert(!irt_ispri(ir->t));
       ra_destreg(as, ir, RID_RET);