diff options
Diffstat (limited to 'test/emcc_O2_hello_world.wast.fromBinary')
-rw-r--r-- | test/emcc_O2_hello_world.wast.fromBinary | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/emcc_O2_hello_world.wast.fromBinary b/test/emcc_O2_hello_world.wast.fromBinary index 2a52ddeca..f940c50e8 100644 --- a/test/emcc_O2_hello_world.wast.fromBinary +++ b/test/emcc_O2_hello_world.wast.fromBinary @@ -12488,9 +12488,9 @@ ) (i32.const 2) ) - (get_local $var$0) - (get_local $var$0) - (get_local $var$0) + (get_local $var$1) + (get_local $var$2) + (get_local $var$3) ) ) (func $stackAlloc (param $var$0 i32) @@ -12565,7 +12565,7 @@ ) (i32.store align=4 (i32.const 48) - (get_local $var$0) + (get_local $var$1) ) ) ) @@ -12578,7 +12578,7 @@ (get_local $var$0) ) (i32.const 1) - (get_local $var$0) + (get_local $var$1) ) (i32.const 255) ) @@ -12592,7 +12592,7 @@ ) (i32.const 0) ) - (get_local $var$0) + (get_local $var$1) ) ) (func $_cleanup_418 (param $var$0 i32) @@ -12622,7 +12622,7 @@ ) (i32.store align=4 (i32.const 16) - (get_local $var$0) + (get_local $var$1) ) ) ) @@ -12635,7 +12635,7 @@ ) (i32.const 10) ) - (get_local $var$0) + (get_local $var$1) ) ) (func $b1 (param $var$0 i32) (param $var$1 i32) (param $var$2 i32) |