summaryrefslogtreecommitdiff
path: root/test/emcc_hello_world.fromasm
diff options
context:
space:
mode:
Diffstat (limited to 'test/emcc_hello_world.fromasm')
-rw-r--r--test/emcc_hello_world.fromasm22
1 files changed, 12 insertions, 10 deletions
diff --git a/test/emcc_hello_world.fromasm b/test/emcc_hello_world.fromasm
index 4680aea58..9f0d1ee47 100644
--- a/test/emcc_hello_world.fromasm
+++ b/test/emcc_hello_world.fromasm
@@ -3252,9 +3252,8 @@
(get_local $7)
)
)
- (br_if $label$break$L46
- (get_local $5)
- (i32.ge_u
+ (if
+ (i32.lt_u
(tee_local $9
(i32.add
(i32.load8_s
@@ -3270,15 +3269,18 @@
)
(i32.const 10)
)
- )
- (block
- (set_local $10
- (get_local $7)
+ (block
+ (set_local $10
+ (get_local $7)
+ )
+ (set_local $7
+ (get_local $9)
+ )
+ (br $while-in$18)
)
- (set_local $7
- (get_local $9)
+ (br $label$break$L46
+ (get_local $5)
)
- (br $while-in$18)
)
)
)