Skip to content

Commit

Permalink
Update core/iwasm/interpreter/wasm_opcode.h
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin Kolny <[email protected]>
  • Loading branch information
Zzzabiyaka and loganek authored Jan 28, 2025
1 parent 1a6a2e7 commit 632f662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/iwasm/interpreter/wasm_opcode.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 632f662

Please sign in to comment.