diff options
Diffstat (limited to 'test/unit.fromasm.clamp')
-rw-r--r-- | test/unit.fromasm.clamp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/unit.fromasm.clamp b/test/unit.fromasm.clamp index 5d32c0f97..09c68d8f1 100644 --- a/test/unit.fromasm.clamp +++ b/test/unit.fromasm.clamp @@ -314,7 +314,7 @@ ) (func $neg (; 21 ;) (local $0 f32) - (call_indirect $FUNCSIG$vf + (call_indirect (type $FUNCSIG$vf) (f32.neg (get_local $0) ) @@ -322,7 +322,7 @@ ) ) (func $cneg (; 22 ;) (param $0 f32) - (call_indirect $FUNCSIG$vf + (call_indirect (type $FUNCSIG$vf) (get_local $0) (i32.const 9) ) @@ -355,7 +355,7 @@ (get_local $0) ) (func $cneg_nosemicolon (; 24 ;) - (call_indirect $FUNCSIG$vi + (call_indirect (type $FUNCSIG$vi) (i32.const 1) (i32.const 17) ) @@ -1185,13 +1185,13 @@ ) ) (func $relocatableAndModules (; 57 ;) (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) ) - (call_indirect $FUNCSIG$idi + (call_indirect (type $FUNCSIG$idi) (f64.const 1.5) (i32.const 200) (i32.const 30) @@ -1261,11 +1261,11 @@ (f64.const 100) ) ) - (call_indirect $FUNCSIG$vi + (call_indirect (type $FUNCSIG$vi) (i32.const 0) (i32.const 17) ) - (call_indirect $FUNCSIG$vi + (call_indirect (type $FUNCSIG$vi) (i32.const 0) (block (result i32) (set_global $Int |