diff options
Diffstat (limited to 'test/emcc_hello_world.fromasm.imprecise.no-opts')
-rw-r--r-- | test/emcc_hello_world.fromasm.imprecise.no-opts | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/emcc_hello_world.fromasm.imprecise.no-opts b/test/emcc_hello_world.fromasm.imprecise.no-opts index 1ba5aed89..8f91b3adb 100644 --- a/test/emcc_hello_world.fromasm.imprecise.no-opts +++ b/test/emcc_hello_world.fromasm.imprecise.no-opts @@ -2549,7 +2549,7 @@ ) ) (drop - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $$f) (i32.const 0) (i32.const 0) @@ -2839,7 +2839,7 @@ ) ) (set_local $$call4 - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $$f) (get_local $$s) (get_local $$l) @@ -2970,7 +2970,7 @@ ) ) (set_local $$call16 - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $$f) (get_local $$s) (get_local $$i$0$lcssa36) @@ -4449,7 +4449,7 @@ ) ) (drop - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $$f) (i32.const 0) (i32.const 0) @@ -4548,7 +4548,7 @@ ) ) (drop - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $$f) (get_local $$sub$ptr$sub) (i32.const 1) @@ -31502,7 +31502,7 @@ ) (func $dynCall_ii (; 70 ;) (param $index i32) (param $a1 i32) (result i32) (return - (call_indirect $FUNCSIG$ii + (call_indirect (type $FUNCSIG$ii) (get_local $a1) (i32.add (i32.and @@ -31516,7 +31516,7 @@ ) (func $dynCall_iiii (; 71 ;) (param $index i32) (param $a1 i32) (param $a2 i32) (param $a3 i32) (result i32) (return - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $a1) (get_local $a2) (get_local $a3) @@ -31531,7 +31531,7 @@ ) ) (func $dynCall_vi (; 72 ;) (param $index i32) (param $a1 i32) - (call_indirect $FUNCSIG$vi + (call_indirect (type $FUNCSIG$vi) (get_local $a1) (i32.add (i32.and |