diff options
Diffstat (limited to 'test/memorygrowth.fromasm.imprecise')
-rw-r--r-- | test/memorygrowth.fromasm.imprecise | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/test/memorygrowth.fromasm.imprecise b/test/memorygrowth.fromasm.imprecise index acf1fdd59..6e5e9e996 100644 --- a/test/memorygrowth.fromasm.imprecise +++ b/test/memorygrowth.fromasm.imprecise @@ -1710,14 +1710,11 @@ (if (tee_local $3 (if (result i32) - (i32.and - (i32.eqz - (get_local $5) - ) - (i32.eqz - (get_local $33) - ) + (i32.or + (get_local $5) + (get_local $33) ) + (get_local $5) (block (result i32) (if (i32.eqz @@ -1846,7 +1843,6 @@ ) ) ) - (get_local $5) ) ) (block |