diff options
Diffstat (limited to 'test/unit.wast.from-wast')
-rw-r--r-- | test/unit.wast.from-wast | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit.wast.from-wast b/test/unit.wast.from-wast index 8cc89255c..2ae39e64b 100644 --- a/test/unit.wast.from-wast +++ b/test/unit.wast.from-wast @@ -379,7 +379,7 @@ (get_local $x) ) ) - (call_indirect $FUNCSIG$vf + (call_indirect (type $FUNCSIG$vf) (get_local $x) (i32.add (i32.and @@ -392,7 +392,7 @@ ) ) (func $cneg (; 18 ;) (type $FUNCSIG$vf) (param $x f32) - (call_indirect $FUNCSIG$vf + (call_indirect (type $FUNCSIG$vf) (get_local $x) (i32.add (i32.and |