diff options
Diffstat (limited to 'test/emcc_hello_world.2asm.js')
-rw-r--r-- | test/emcc_hello_world.2asm.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/emcc_hello_world.2asm.js b/test/emcc_hello_world.2asm.js index dbc002e3e..3dfeecd19 100644 --- a/test/emcc_hello_world.2asm.js +++ b/test/emcc_hello_world.2asm.js @@ -137,7 +137,7 @@ function asmFunc(global, env, buffer) { block0 : { $tobool1 = $x != 0.0; if ($tobool1) block1 : { - $mul = $x - 18446744073709551616.0; + $mul = $x - 18446744073709551615.0; $call = +_frexp(+$mul, $e | 0); $4 = HEAPU32[$e >> 2] | 0; $sub = $4 + 4294967232 | 0; |