]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
MIPS64: Fix soft-float IR_TOSTR.
authorMike Pall <mike>
Sat, 2 Oct 2021 15:48:19 +0000 (17:48 +0200)
committerMike Pall <mike>
Sat, 2 Oct 2021 15:48:19 +0000 (17:48 +0200)
src/lj_asm_mips.h

index 21b9f9dbae1a99c680732c7b79ecc3cc8906c8a8..1497ad9cb115514e100cd93ed9d87f41a88ef134 100644 (file)
@@ -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. */