diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index 3b4d5a54..63fde51b 100644 --- a/src/common.h +++ b/src/common.h @@ -125,9 +125,11 @@ enum class LabelType { Loop, If, Else, + Try, + Catch, First = Func, - Last = Else, + Last = Catch, }; static const int kLabelTypeCount = WABT_ENUM_COUNT(LabelType); |