diff options
author | Mike Pall <mike> | 2020-05-22 02:45:47 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2020-05-22 03:10:30 +0200 |
commit | 03208c8162af9cc01ca76ee1676ca79e5abe9b60 (patch) | |
tree | 51f364bd6e922d98ce17c5f3b0ac9a37a375a76f /src/vm_x64.dasc | |
parent | 1e6e8aaa20626ac94cf907c69b0452f76e9f5fa5 (diff) | |
download | luajit-03208c8162af9cc01ca76ee1676ca79e5abe9b60.tar.gz luajit-03208c8162af9cc01ca76ee1676ca79e5abe9b60.tar.bz2 luajit-03208c8162af9cc01ca76ee1676ca79e5abe9b60.zip |
Fix math.min()/math.max() inconsistencies.
Diffstat (limited to 'src/vm_x64.dasc')
-rw-r--r-- | src/vm_x64.dasc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm_x64.dasc b/src/vm_x64.dasc index a5749b17..c714f4c7 100644 --- a/src/vm_x64.dasc +++ b/src/vm_x64.dasc | |||
@@ -1840,7 +1840,7 @@ static void build_subroutines(BuildCtx *ctx) | |||
1840 | | jmp ->fff_res | 1840 | | jmp ->fff_res |
1841 | | | 1841 | | |
1842 | |.macro math_minmax, name, cmovop, sseop | 1842 | |.macro math_minmax, name, cmovop, sseop |
1843 | | .ffunc name | 1843 | | .ffunc_1 name |
1844 | | mov RAd, 2 | 1844 | | mov RAd, 2 |
1845 | |.if DUALNUM | 1845 | |.if DUALNUM |
1846 | | mov RB, [BASE] | 1846 | | mov RB, [BASE] |