Explorar o código

MIPS64: Fix soft-float IR_TOSTR.

Mike Pall %!s(int64=4) %!d(string=hai) anos
pai
achega
4a70bd71ac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lj_asm_mips.h

+ 1 - 1
src/lj_asm_mips.h

@@ -886,7 +886,7 @@ static void asm_tvptr(ASMState *as, Reg dest, IRRef ref, MSize mode)
 	/* Use the number constant itself as a TValue. */
 	ra_allockreg(as, igcptr(ir_knum(ir)), dest);
       } else {
-#if LJ_SOFTFP
+#if LJ_SOFTFP32
 	lj_assertA(0, "unsplit FP op");
 #else
 	/* Otherwise force a spill and use the spill slot. */