aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pall <mike>2021-10-02 17:48:19 +0200
committerMike Pall <mike>2021-10-02 17:48:19 +0200
commit4a70bd71ac18ccd57a335a4f5b8cbdefbbd4931b (patch)
tree7ce07bacde3259d720a72598c298563821928be2
parent10c9d9a214cefc714571603641ead1780ec8ea74 (diff)
downloadluajit-4a70bd71ac18ccd57a335a4f5b8cbdefbbd4931b.tar.gz
luajit-4a70bd71ac18ccd57a335a4f5b8cbdefbbd4931b.tar.bz2
luajit-4a70bd71ac18ccd57a335a4f5b8cbdefbbd4931b.zip
MIPS64: Fix soft-float IR_TOSTR.
Diffstat (limited to '')
-rw-r--r--src/lj_asm_mips.h2
1 files changed, 1 insertions, 1 deletions
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)
886 /* Use the number constant itself as a TValue. */ 886 /* Use the number constant itself as a TValue. */
887 ra_allockreg(as, igcptr(ir_knum(ir)), dest); 887 ra_allockreg(as, igcptr(ir_knum(ir)), dest);
888 } else { 888 } else {
889#if LJ_SOFTFP 889#if LJ_SOFTFP32
890 lj_assertA(0, "unsplit FP op"); 890 lj_assertA(0, "unsplit FP op");
891#else 891#else
892 /* Otherwise force a spill and use the spill slot. */ 892 /* Otherwise force a spill and use the spill slot. */