mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
MIPS64: Fix soft-float IR_TOSTR.
This commit is contained in:
parent
10c9d9a214
commit
4a70bd71ac
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user