diff options
Diffstat (limited to 'test/emcc_hello_world.fromasm')
-rw-r--r-- | test/emcc_hello_world.fromasm | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/test/emcc_hello_world.fromasm b/test/emcc_hello_world.fromasm index a9b17068e..25cbe7176 100644 --- a/test/emcc_hello_world.fromasm +++ b/test/emcc_hello_world.fromasm @@ -10327,13 +10327,18 @@ ) ) (block - (if - (local.tee $3 - (i32.load - (i32.const 616) + (br_if $label$break$L279 + (select + (i32.eqz + (i32.eqz + (local.tee $3 + (i32.load + (i32.const 616) + ) + ) + ) ) - ) - (br_if $label$break$L279 + (i32.const 0) (i32.or (i32.le_u (local.get $12) |