diff options
author | Mike Pall <mike> | 2015-05-04 06:38:01 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2015-05-04 06:38:01 +0200 |
commit | a836b7e177b031182939e7ecfc77acd8302d895c (patch) | |
tree | 71f2119e3647e8fa675800021b4ca521998888bf /src | |
parent | 4cec6a5706bf26e3e45d4541c585dab2af3b90d2 (diff) | |
download | luajit-a836b7e177b031182939e7ecfc77acd8302d895c.tar.gz luajit-a836b7e177b031182939e7ecfc77acd8302d895c.tar.bz2 luajit-a836b7e177b031182939e7ecfc77acd8302d895c.zip |
Cleanup.
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 |