diff options
Diffstat (limited to 'test/memorygrowth.fromasm')
-rw-r--r-- | test/memorygrowth.fromasm | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/test/memorygrowth.fromasm b/test/memorygrowth.fromasm index 031e1b8ce..7d5380cd0 100644 --- a/test/memorygrowth.fromasm +++ b/test/memorygrowth.fromasm @@ -3120,15 +3120,16 @@ (i32.eq (tee_local $7 (block $label$break$b (result i32) - (if (result i32) - (i32.and - (i32.load - (i32.const 1652) + (if + (i32.eqz + (i32.and + (i32.load + (i32.const 1652) + ) + (i32.const 4) ) - (i32.const 4) ) - (i32.const 188) - (block (result i32) + (block (block $label$break$c (if (tee_local $18 @@ -3500,9 +3501,9 @@ (i32.const 4) ) ) - (i32.const 188) ) ) + (i32.const 188) ) ) (i32.const 188) @@ -7982,13 +7983,13 @@ ) ) ) - (set_local $5 - (if (result i32) + (block + (if (i32.eq (get_local $3) (i32.const 2) ) - (block (result i32) + (block (i32.store (get_local $8) (i32.add @@ -8001,8 +8002,9 @@ (set_local $3 (i32.const 2) ) - (get_local $14) ) + ) + (set_local $5 (get_local $14) ) ) |