diff options
Diffstat (limited to 'test/emcc_hello_world.fromasm')
-rw-r--r-- | test/emcc_hello_world.fromasm | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/test/emcc_hello_world.fromasm b/test/emcc_hello_world.fromasm index cb6e15b30..7443cdaff 100644 --- a/test/emcc_hello_world.fromasm +++ b/test/emcc_hello_world.fromasm @@ -2146,10 +2146,7 @@ (select (get_local $2) (i32.const 0) - (i32.ne - (get_local $0) - (i32.const 0) - ) + (get_local $0) ) ) (func $___syscall_ret (param $0 i32) (result i32) @@ -4060,10 +4057,7 @@ ) ) (i32.const 4101) - (i32.ne - (get_local $9) - (i32.const 0) - ) + (get_local $9) ) ) (br $jumpthreading$inner$4) |