diff options
Diffstat (limited to 'test/unit.fromasm.imprecise.no-opts')
-rw-r--r-- | test/unit.fromasm.imprecise.no-opts | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/unit.fromasm.imprecise.no-opts b/test/unit.fromasm.imprecise.no-opts index f74ca4290..3e52e1c11 100644 --- a/test/unit.fromasm.imprecise.no-opts +++ b/test/unit.fromasm.imprecise.no-opts @@ -526,7 +526,7 @@ (get_local $x) ) ) - (call_indirect $FUNCSIG$vf + (call_indirect (type $FUNCSIG$vf) (get_local $x) (i32.add (i32.and @@ -538,7 +538,7 @@ ) ) (func $cneg (; 25 ;) (param $x f32) - (call_indirect $FUNCSIG$vf + (call_indirect (type $FUNCSIG$vf) (get_local $x) (i32.add (i32.and @@ -588,7 +588,7 @@ ) ) (func $cneg_nosemicolon (; 28 ;) - (call_indirect $FUNCSIG$vi + (call_indirect (type $FUNCSIG$vi) (i32.const 1) (i32.add (i32.and @@ -1910,14 +1910,14 @@ ) ) (func $relocatableAndModules (; 67 ;) (result i32) - (call_indirect $FUNCSIG$v + (call_indirect (type $FUNCSIG$v) (i32.const 10) ) - (call_indirect $FUNCSIG$v + (call_indirect (type $FUNCSIG$v) (i32.const 20) ) (return - (call_indirect $FUNCSIG$idi + (call_indirect (type $FUNCSIG$idi) (f64.const 1.5) (i32.const 200) (i32.const 30) @@ -1997,7 +1997,7 @@ (local $i1 i32) (set_local $i1 (block (result i32) - (call_indirect $FUNCSIG$vi + (call_indirect (type $FUNCSIG$vi) (i32.const 0) (i32.add (i32.and @@ -2013,7 +2013,7 @@ ) (func $emterpretify_assertions_safeHeap (; 74 ;) (local $i1 i32) - (call_indirect $FUNCSIG$vi + (call_indirect (type $FUNCSIG$vi) (get_local $i1) (i32.add (i32.and |