diff options
author | Alon Zakai (kripken) <alonzakai@gmail.com> | 2017-04-18 11:55:02 -0700 |
---|---|---|
committer | Alon Zakai (kripken) <alonzakai@gmail.com> | 2017-04-18 16:58:58 -0700 |
commit | 12e8c5c20bf9f7d1e5fd85a56c722adf786b5bab (patch) | |
tree | ad3377744b5a0065a5333f0b4be35263cd062f53 /test/emcc_hello_world.fromasm.imprecise.no-opts | |
parent | e1bfd0c5851122762d54d0f578f049e7005bde86 (diff) | |
download | binaryen-12e8c5c20bf9f7d1e5fd85a56c722adf786b5bab.tar.gz binaryen-12e8c5c20bf9f7d1e5fd85a56c722adf786b5bab.tar.bz2 binaryen-12e8c5c20bf9f7d1e5fd85a56c722adf786b5bab.zip |
handle unsigned float-to-int properly in asm2wasm
Diffstat (limited to 'test/emcc_hello_world.fromasm.imprecise.no-opts')
-rw-r--r-- | test/emcc_hello_world.fromasm.imprecise.no-opts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/emcc_hello_world.fromasm.imprecise.no-opts b/test/emcc_hello_world.fromasm.imprecise.no-opts index 7faa18088..d33f824e2 100644 --- a/test/emcc_hello_world.fromasm.imprecise.no-opts +++ b/test/emcc_hello_world.fromasm.imprecise.no-opts @@ -9847,7 +9847,7 @@ (loop $while-in60 (block $while-out59 (set_local $$conv216$i - (i32.trunc_s/f64 + (i32.trunc_u/f64 (get_local $$y$addr$4$i) ) ) |