From 1b267b007764f02d09d174c1d8b94be8d1da4984 Mon Sep 17 00:00:00 2001 From: Maks Litskevich Date: Tue, 28 Jan 2025 13:02:57 +0000 Subject: [PATCH] Update core/iwasm/interpreter/wasm_opcode.h Co-authored-by: Marcin Kolny --- core/iwasm/interpreter/wasm_opcode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()