From: Mike Pall Date: Sat, 2 Oct 2021 15:48:19 +0000 (+0200) Subject: MIPS64: Fix soft-float IR_TOSTR. X-Git-Tag: v2.1.ROLLING~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a70bd71ac18ccd57a335a4f5b8cbdefbbd4931b;p=thirdparty%2FLuaJIT.git MIPS64: Fix soft-float IR_TOSTR. --- diff --git a/src/lj_asm_mips.h b/src/lj_asm_mips.h index 21b9f9db..1497ad9c 100644 --- a/src/lj_asm_mips.h +++ b/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. */