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:41 +00:00 committed by Marcin Kolny
parent 72535e4e45
commit d01b702f4b

View File

@ -798,7 +798,7 @@ typedef enum WASMAtomicEXTOpcode {
#define SET_GOTO_TABLE_SIMD_PREFIX_ELEM()
#endif
#if (WASM_ENABLE_FAST_INTERP != 0) && WASM_ENABLE_SIMD != 0
#if WASM_ENABLE_FAST_INTERP != 0 && WASM_ENABLE_SIMD != 0
#define DEF_EXT_V128_HANDLE() \
SET_GOTO_TABLE_ELEM(EXT_OP_SET_LOCAL_FAST_V128), \
SET_GOTO_TABLE_ELEM(EXT_OP_TEE_LOCAL_FAST_V128), \