diff options
Diffstat (limited to 'test/memorygrowth.fromasm.no-opts')
-rw-r--r-- | test/memorygrowth.fromasm.no-opts | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/memorygrowth.fromasm.no-opts b/test/memorygrowth.fromasm.no-opts index 65caa61b1..46625f4b0 100644 --- a/test/memorygrowth.fromasm.no-opts +++ b/test/memorygrowth.fromasm.no-opts @@ -9839,7 +9839,7 @@ ) (block (set_local $h - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $c) (get_local $a) (get_local $b) @@ -9928,7 +9928,7 @@ ) (if (i32.lt_u - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $c) (get_local $a) (get_local $q) @@ -10552,7 +10552,7 @@ ) (if (i32.eq - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $a) (get_local $d) (i32.const 1) @@ -10621,7 +10621,7 @@ ) (block (drop - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $a) (i32.const 0) (i32.const 0) @@ -10691,7 +10691,7 @@ (get_local $h) ) (drop - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $a) (i32.sub (get_local $f) @@ -11814,7 +11814,7 @@ ) (func $lb (; 34 ;) (param $a i32) (param $b i32) (param $c i32) (param $d i32) (result i32) (return - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $b) (get_local $c) (get_local $d) @@ -11892,7 +11892,7 @@ ) (func $kb (; 39 ;) (param $a i32) (param $b i32) (result i32) (return - (call_indirect $FUNCSIG$ii + (call_indirect (type $FUNCSIG$ii) (get_local $b) (i32.add (i32.and @@ -11921,7 +11921,7 @@ (return) ) (func $mb (; 41 ;) (param $a i32) (param $b i32) - (call_indirect $FUNCSIG$vi + (call_indirect (type $FUNCSIG$vi) (get_local $b) (i32.add (i32.and |