From bd52b8845aa8dcbecc8fc14d77a2bd4e64ad6e75 Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Wed, 15 Jul 2020 16:39:52 -0700 Subject: Remove ref.is_null type parameter (#1474) See https://github.com/WebAssembly/reference-types/issues/99. This change also updates the testsuite, so the spec tests pass too. In addition, the behavior of `br_table` is no longer different from MVP, and has a text to confirm this. That is now fixed in `type-checker.cc` too. --- src/binary-reader-logging.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/binary-reader-logging.cc') diff --git a/src/binary-reader-logging.cc b/src/binary-reader-logging.cc index ef24ad0e..e5d72772 100644 --- a/src/binary-reader-logging.cc +++ b/src/binary-reader-logging.cc @@ -790,7 +790,7 @@ DEFINE_INDEX(OnTableSizeExpr) DEFINE_INDEX_DESC(OnTableFillExpr, "table index") DEFINE_INDEX(OnRefFuncExpr) DEFINE_TYPE(OnRefNullExpr) -DEFINE_TYPE(OnRefIsNullExpr) +DEFINE0(OnRefIsNullExpr) DEFINE0(OnNopExpr) DEFINE0(OnRethrowExpr); DEFINE_INDEX_DESC(OnReturnCallExpr, "func_index") -- cgit v1.2.3