diff options
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r-- | src/wasm-binary.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h index 811524d2d..99305acb2 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -1026,7 +1026,7 @@ enum ASTNodes { Try = 0x06, Catch = 0x07, - CatchAll = 0x05, + CatchAll = 0x19, Delegate = 0x18, Throw = 0x08, Rethrow = 0x09, @@ -1617,4 +1617,4 @@ private: #undef DEBUG_TYPE -#endif // wasm_wasm_binary_h
\ No newline at end of file +#endif // wasm_wasm_binary_h |