Index: src/wasm/wasm-opcodes.h |
diff --git a/src/wasm/wasm-opcodes.h b/src/wasm/wasm-opcodes.h |
index 819b897bcc975d644aa8e751e4e68e6c2d16e99f..ee84003b8a80397d71749975fb1eb2d4b357acdd 100644 |
--- a/src/wasm/wasm-opcodes.h |
+++ b/src/wasm/wasm-opcodes.h |
@@ -69,8 +69,8 @@ const WasmCodePosition kNoCodePosition = -1; |
V(CallIndirect, 0x17, _) \ |
V(CallImport, 0x18, _) \ |
V(I8Const, 0xcb, _) \ |
- V(LoadGlobal, 0xcc, _) \ |
- V(StoreGlobal, 0xcd, _) |
+ V(GetGlobal, 0xbb, _) \ |
+ V(SetGlobal, 0xbc, _) |
// Load memory expressions. |
#define FOREACH_LOAD_MEM_OPCODE(V) \ |