Skip to content

Commit 1a6a2e7

Browse files
Zzzabiyakaloganek
andauthored
Update core/iwasm/interpreter/wasm_opcode.h
Co-authored-by: Marcin Kolny <[email protected]>
1 parent 7f91bbe commit 1a6a2e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/iwasm/interpreter/wasm_opcode.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -803,8 +803,8 @@ typedef enum WASMAtomicEXTOpcode {
803803
SET_GOTO_TABLE_ELEM(EXT_OP_SET_LOCAL_FAST_V128), \
804804
SET_GOTO_TABLE_ELEM(EXT_OP_TEE_LOCAL_FAST_V128), \
805805
SET_GOTO_TABLE_ELEM(EXT_OP_COPY_STACK_TOP_V128), \
806-
SET_GOTO_TABLE_ELEM(WASM_OP_GET_GLOBAL_128), \
807-
SET_GOTO_TABLE_ELEM(WASM_OP_SET_GLOBAL_128),
806+
SET_GOTO_TABLE_ELEM(WASM_OP_GET_GLOBAL_V128), \
807+
SET_GOTO_TABLE_ELEM(WASM_OP_SET_GLOBAL_V128),
808808

809809
#else
810810
#define DEF_EXT_V128_HANDLE()

0 commit comments

Comments
 (0)