diff options
Diffstat (limited to 'test/emcc_O2_hello_world.fromasm')
-rw-r--r-- | test/emcc_O2_hello_world.fromasm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/emcc_O2_hello_world.fromasm b/test/emcc_O2_hello_world.fromasm index 733bf30c6..8d7fbec6f 100644 --- a/test/emcc_O2_hello_world.fromasm +++ b/test/emcc_O2_hello_world.fromasm @@ -8172,7 +8172,7 @@ ) (block (set_local $4 - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $2) (get_local $0) (get_local $1) @@ -8242,7 +8242,7 @@ ) (if (i32.lt_u - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $2) (get_local $0) (get_local $3) @@ -8717,7 +8717,7 @@ (set_local $4 (if (result i32) (i32.eq - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $0) (get_local $6) (i32.const 1) @@ -8777,7 +8777,7 @@ ) (block (result i32) (drop - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $0) (i32.const 0) (i32.const 0) @@ -8826,7 +8826,7 @@ ) ) (drop - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $0) (i32.sub (get_local $4) @@ -9602,7 +9602,7 @@ ) ) (func $dynCall_iiii (; 33 ;) (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32) - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $1) (get_local $2) (get_local $3) @@ -9664,7 +9664,7 @@ ) ) (func $dynCall_ii (; 37 ;) (param $0 i32) (param $1 i32) (result i32) - (call_indirect $FUNCSIG$ii + (call_indirect (type $FUNCSIG$ii) (get_local $1) (i32.and (get_local $0) @@ -9693,7 +9693,7 @@ ) ) (func $dynCall_vi (; 40 ;) (param $0 i32) (param $1 i32) - (call_indirect $FUNCSIG$vi + (call_indirect (type $FUNCSIG$vi) (get_local $1) (i32.add (i32.and |