diff options
Diffstat (limited to 'test/emcc_hello_world.fromasm.no-opts')
-rw-r--r-- | test/emcc_hello_world.fromasm.no-opts | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/emcc_hello_world.fromasm.no-opts b/test/emcc_hello_world.fromasm.no-opts index cd4406395..dd84b963a 100644 --- a/test/emcc_hello_world.fromasm.no-opts +++ b/test/emcc_hello_world.fromasm.no-opts @@ -2551,7 +2551,7 @@ ) ) (drop - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $$f) (i32.const 0) (i32.const 0) @@ -2841,7 +2841,7 @@ ) ) (set_local $$call4 - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $$f) (get_local $$s) (get_local $$l) @@ -2972,7 +2972,7 @@ ) ) (set_local $$call16 - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $$f) (get_local $$s) (get_local $$i$0$lcssa36) @@ -4451,7 +4451,7 @@ ) ) (drop - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $$f) (i32.const 0) (i32.const 0) @@ -4550,7 +4550,7 @@ ) ) (drop - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $$f) (get_local $$sub$ptr$sub) (i32.const 1) @@ -31565,7 +31565,7 @@ ) (func $dynCall_ii (; 75 ;) (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 @@ -31579,7 +31579,7 @@ ) (func $dynCall_iiii (; 76 ;) (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) @@ -31594,7 +31594,7 @@ ) ) (func $dynCall_vi (; 77 ;) (param $index i32) (param $a1 i32) - (call_indirect $FUNCSIG$vi + (call_indirect (type $FUNCSIG$vi) (get_local $a1) (i32.add (i32.and |