diff --git a/core/iwasm/interpreter/wasm_opcode.h b/core/iwasm/interpreter/wasm_opcode.h index ceb75f26a..c8cdd0c2f 100644 --- a/core/iwasm/interpreter/wasm_opcode.h +++ b/core/iwasm/interpreter/wasm_opcode.h @@ -803,8 +803,8 @@ typedef enum WASMAtomicEXTOpcode { SET_GOTO_TABLE_ELEM(EXT_OP_SET_LOCAL_FAST_V128), \ SET_GOTO_TABLE_ELEM(EXT_OP_TEE_LOCAL_FAST_V128), \ SET_GOTO_TABLE_ELEM(EXT_OP_COPY_STACK_TOP_V128), \ - SET_GOTO_TABLE_ELEM(WASM_OP_GET_GLOBAL_128), \ - SET_GOTO_TABLE_ELEM(WASM_OP_SET_GLOBAL_128), + SET_GOTO_TABLE_ELEM(WASM_OP_GET_GLOBAL_V128), \ + SET_GOTO_TABLE_ELEM(WASM_OP_SET_GLOBAL_V128), #else #define DEF_EXT_V128_HANDLE()