aboutsummaryrefslogtreecommitdiff
path: root/src/vm_arm.dasc
diff options
context:
space:
mode:
authorMike Pall <mike>2020-05-22 02:45:47 +0200
committerMike Pall <mike>2020-05-22 03:10:30 +0200
commit03208c8162af9cc01ca76ee1676ca79e5abe9b60 (patch)
tree51f364bd6e922d98ce17c5f3b0ac9a37a375a76f /src/vm_arm.dasc
parent1e6e8aaa20626ac94cf907c69b0452f76e9f5fa5 (diff)
downloadluajit-03208c8162af9cc01ca76ee1676ca79e5abe9b60.tar.gz
luajit-03208c8162af9cc01ca76ee1676ca79e5abe9b60.tar.bz2
luajit-03208c8162af9cc01ca76ee1676ca79e5abe9b60.zip
Fix math.min()/math.max() inconsistencies.
Diffstat (limited to 'src/vm_arm.dasc')
-rw-r--r--src/vm_arm.dasc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vm_arm.dasc b/src/vm_arm.dasc
index 5bbdbbff..013688fb 100644
--- a/src/vm_arm.dasc
+++ b/src/vm_arm.dasc
@@ -1716,8 +1716,8 @@ static void build_subroutines(BuildCtx *ctx)
1716 |.endif 1716 |.endif
1717 |.endmacro 1717 |.endmacro
1718 | 1718 |
1719 | math_minmax math_min, gt, hi 1719 | math_minmax math_min, gt, pl
1720 | math_minmax math_max, lt, lo 1720 | math_minmax math_max, lt, le
1721 | 1721 |
1722 |//-- String library ----------------------------------------------------- 1722 |//-- String library -----------------------------------------------------
1723 | 1723 |