summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h
index c48f22de..d90ba45b 100644
--- a/src/common.h
+++ b/src/common.h
@@ -230,10 +230,9 @@ enum class LabelType {
Else,
Try,
Catch,
- Unwind,
First = Func,
- Last = Unwind,
+ Last = Catch,
};
static const int kLabelTypeCount = WABT_ENUM_COUNT(LabelType);