summaryrefslogtreecommitdiff
path: root/src/buildvm_x86.dasc
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildvm_x86.dasc')
-rw-r--r--src/buildvm_x86.dasc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildvm_x86.dasc b/src/buildvm_x86.dasc
index 67282163..b8be39fb 100644
--- a/src/buildvm_x86.dasc
+++ b/src/buildvm_x86.dasc
@@ -2551,7 +2551,7 @@ static void build_subroutines(BuildCtx *ctx, int cmov, int sse)
2551 |.define TOBIT_BIAS, 0x59c00000 // 2^52 + 2^51 (float, not double!). 2551 |.define TOBIT_BIAS, 0x59c00000 // 2^52 + 2^51 (float, not double!).
2552 | 2552 |
2553 |.macro .ffunc_bit, name, kind 2553 |.macro .ffunc_bit, name, kind
2554 | .ffunc name 2554 | .ffunc_1 name
2555 |.if kind == 2 2555 |.if kind == 2
2556 ||if (sse) { 2556 ||if (sse) {
2557 | sseconst_tobit xmm1, RBa 2557 | sseconst_tobit xmm1, RBa