Index: src/wasm/wasm-opcodes.h |
diff --git a/src/wasm/wasm-opcodes.h b/src/wasm/wasm-opcodes.h |
index 1a1e273eff3b5cadb1b5162f077be259f43c81d5..de15be05b1fa1380c75c3d7efaf37bc8d2b92772 100644 |
--- a/src/wasm/wasm-opcodes.h |
+++ b/src/wasm/wasm-opcodes.h |
@@ -80,7 +80,7 @@ std::ostream& operator<<(std::ostream& os, const FunctionSig& function); |
V(Select, 0x05, _) \ |
V(Br, 0x06, _) \ |
V(BrIf, 0x07, _) \ |
- V(TableSwitch, 0x08, _) \ |
+ V(BrTable, 0x08, _) \ |
V(Return, 0x14, _) \ |
V(Unreachable, 0x15, _) |