From 12e8c5c20bf9f7d1e5fd85a56c722adf786b5bab Mon Sep 17 00:00:00 2001 From: "Alon Zakai (kripken)" Date: Tue, 18 Apr 2017 11:55:02 -0700 Subject: handle unsigned float-to-int properly in asm2wasm --- test/unit.fromasm.imprecise.no-opts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit.fromasm.imprecise.no-opts') diff --git a/test/unit.fromasm.imprecise.no-opts b/test/unit.fromasm.imprecise.no-opts index 109afbf26..736f51222 100644 --- a/test/unit.fromasm.imprecise.no-opts +++ b/test/unit.fromasm.imprecise.no-opts @@ -1873,7 +1873,7 @@ ) (func $f2u (param $x f64) (result i32) (return - (i32.trunc_s/f64 + (i32.trunc_u/f64 (get_local $x) ) ) -- cgit v1.2.3