diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vm_x86.dasc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vm_x86.dasc b/src/vm_x86.dasc index b59d9a50..58266196 100644 --- a/src/vm_x86.dasc +++ b/src/vm_x86.dasc | |||
@@ -2348,8 +2348,6 @@ static void build_subroutines(BuildCtx *ctx) | |||
2348 | | | 2348 | | |
2349 | |//-- Bit library -------------------------------------------------------- | 2349 | |//-- Bit library -------------------------------------------------------- |
2350 | | | 2350 | | |
2351 | |.define TOBIT_BIAS, 0x59c00000 // 2^52 + 2^51 (float, not double!). | ||
2352 | | | ||
2353 | |.macro .ffunc_bit, name, kind, fdef | 2351 | |.macro .ffunc_bit, name, kind, fdef |
2354 | | fdef name | 2352 | | fdef name |
2355 | |.if kind == 2 | 2353 | |.if kind == 2 |