aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e9cce916..8824081e 100644
--- a/src/lj_asm_mips.h
+++ b/src/lj_asm_mips.h
@@ -1337,8 +1337,8 @@ static void asm_fload(ASMState *as, IRIns *ir)
1337 } 1337 }
1338 } 1338 }
1339 ofs = field_ofs[ir->op2]; 1339 ofs = field_ofs[ir->op2];
1340 lj_assertA(!irt_isfp(ir->t), "bad FP FLOAD");
1340 } 1341 }
1341 lj_assertA(!irt_isfp(ir->t), "bad FP FLOAD");
1342 emit_tsi(as, mi, dest, idx, ofs); 1342 emit_tsi(as, mi, dest, idx, ofs);
1343} 1343}
1344 1344