summaryrefslogtreecommitdiff
path: root/src/opcode-code-table.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcode-code-table.c')
-rw-r--r--src/opcode-code-table.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opcode-code-table.c b/src/opcode-code-table.c
index c3e06d03..6a746c5e 100644
--- a/src/opcode-code-table.c
+++ b/src/opcode-code-table.c
@@ -27,6 +27,7 @@ typedef enum WabtOpcodeEnum {
#include "opcode.def"
#undef WABT_OPCODE
Invalid,
+ CatchAll = Else,
} WabtOpcodeEnum;
WABT_STATIC_ASSERT(Invalid <= WABT_OPCODE_CODE_TABLE_SIZE);