| Index: src/wasm/wasm-opcodes.h
|
| diff --git a/src/wasm/wasm-opcodes.h b/src/wasm/wasm-opcodes.h
|
| index b6c303573c9b56900172cf5dcfddb95650374af3..abd646490c8b2a680f1a65e63ad91af617b7b793 100644
|
| --- a/src/wasm/wasm-opcodes.h
|
| +++ b/src/wasm/wasm-opcodes.h
|
| @@ -56,11 +56,8 @@ const WasmCodePosition kNoCodePosition = -1;
|
| V(Return, 0x09, _) \
|
| V(Unreachable, 0x0a, _) \
|
| V(Throw, 0xfa, _) \
|
| - V(TryCatch, 0xfb, _) \
|
| - V(TryCatchFinally, 0xfc, _) \
|
| - V(TryFinally, 0xfd, _) \
|
| + V(Try, 0xfb, _) \
|
| V(Catch, 0xfe, _) \
|
| - V(Finally, 0xff, _) \
|
| V(End, 0x0F, _)
|
|
|
| // Constants, locals, globals, and calls.
|
|
|