Update core/iwasm/interpreter/wasm_opcode.h

Co-authored-by: Marcin Kolny <marcin.kolny@gmail.com>
This commit is contained in:
Maks Litskevich 2025-01-28 13:02:57 +00:00 committed by Marcin Kolny
parent 595a2b3a52
commit 1b267b0077

View File

@ -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()