aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pall <mike>2018-01-29 12:12:29 +0100
committerMike Pall <mike>2018-01-29 12:12:29 +0100
commit8071aa4ad65cf09e3b7adda4a7787d8897e5314c (patch)
tree4d920c94f519fcb50965fd158dcb9b7dc4799b97
parent80aaaeee99d7f7b06c9e75ed3a457c49d86fc4db (diff)
downloadluajit-8071aa4ad65cf09e3b7adda4a7787d8897e5314c.tar.gz
luajit-8071aa4ad65cf09e3b7adda4a7787d8897e5314c.tar.bz2
luajit-8071aa4ad65cf09e3b7adda4a7787d8897e5314c.zip
MIPS64: Fix soft-float +-0.0 vs. +-0.0 comparison.
Thanks to Stefan Pejic.
Diffstat (limited to '')
-rw-r--r--src/vm_mips64.dasc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm_mips64.dasc b/src/vm_mips64.dasc
index a78cd251..0a3f8e52 100644
--- a/src/vm_mips64.dasc
+++ b/src/vm_mips64.dasc
@@ -2661,7 +2661,7 @@ static void build_subroutines(BuildCtx *ctx)
2661 |. slt CRET1, CARG2, CARG1 2661 |. slt CRET1, CARG2, CARG1
2662 |8: 2662 |8:
2663 | jr ra 2663 | jr ra
2664 |. nop 2664 |. li CRET1, 0
2665 |9: 2665 |9:
2666 | jr ra 2666 | jr ra
2667 |. move CRET1, CRET2 2667 |. move CRET1, CRET2