From 29323f09c63c48aef029ff308c39e1c1dc11d6c4 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Tue, 29 Jun 2021 15:18:09 -0700 Subject: [EH] Remove `unwind` (#1682) `unwind` was removed. See WebAssembly/exception-handling#156. --- src/binary-reader-logging.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/binary-reader-logging.cc') diff --git a/src/binary-reader-logging.cc b/src/binary-reader-logging.cc index 71e43864..d67bb5cb 100644 --- a/src/binary-reader-logging.cc +++ b/src/binary-reader-logging.cc @@ -844,7 +844,6 @@ DEFINE_LOAD_STORE_OPCODE(OnLoadZeroExpr); DEFINE_LOAD_STORE_OPCODE(OnStoreExpr); DEFINE_INDEX_DESC(OnThrowExpr, "tag_index") DEFINE0(OnUnreachableExpr) -DEFINE0(OnUnwindExpr) DEFINE_OPCODE(OnUnaryExpr) DEFINE_OPCODE(OnTernaryExpr) DEFINE_SIMD_LOAD_STORE_LANE_OPCODE(OnSimdLoadLaneExpr); -- cgit v1.2.3