diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h index 0d962dff..4a2311d4 100644 --- a/src/common.h +++ b/src/common.h @@ -274,10 +274,10 @@ enum class ExternalKind { Table = 1, Memory = 2, Global = 3, - Except = 4, + Event = 4, First = Func, - Last = Except, + Last = Event, }; static const int kExternalKindCount = WABT_ENUM_COUNT(ExternalKind); |