diff options
-rw-r--r-- | src/lj_asm_mips.h | 2 |
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. */ |