diff options
Diffstat (limited to 'test/emcc_hello_world.fromasm')
-rw-r--r-- | test/emcc_hello_world.fromasm | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/test/emcc_hello_world.fromasm b/test/emcc_hello_world.fromasm index b3d40099f..5ac7af9f6 100644 --- a/test/emcc_hello_world.fromasm +++ b/test/emcc_hello_world.fromasm @@ -5206,15 +5206,12 @@ (i32.add (i32.add (get_local $8) - (i32.const 4) - ) - (i32.shl - (i32.add + (i32.shl (get_local $13) - (i32.const -1024) + (i32.const 2) ) - (i32.const 2) ) + (i32.const -4092) ) ) ) |