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:03:24 +00:00 committed by Marcin Kolny
parent 1b267b0077
commit f7c4e9f328

View File

@ -278,7 +278,7 @@ typedef enum WASMOpcode {
DEBUG_OP_BREAK = 0xdc, /* debug break point */
#endif
#if (WASM_ENABLE_JIT != 0 || (WASM_ENABLE_FAST_INTERP != 0)) \
#if WASM_ENABLE_JIT != 0 || WASM_ENABLE_FAST_INTERP != 0 \
&& WASM_ENABLE_SIMD != 0
EXT_OP_SET_LOCAL_FAST_V128 = 0xdd,
EXT_OP_TEE_LOCAL_FAST_V128 = 0xde,