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 91c6b98ec..d7fde5913 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -1108,8 +1108,8 @@ enum ASTNodes { // exception handling opcodes Try = 0x06, - Catch_P3 = 0x07, // Old Phase 3 'catch' - CatchAll_P3 = 0x19, // Old Phase 3 'catch_all' + Catch_Legacy = 0x07, // Legacy 'catch' + CatchAll_Legacy = 0x19, // Legacy 'catch_all' Delegate = 0x18, Throw = 0x08, Rethrow = 0x09, |