Skip to content

Commit 595a2b3

Browse files
Zzzabiyakaloganek
andcommitted
Update core/iwasm/interpreter/wasm_opcode.h
Co-authored-by: Marcin Kolny <marcin.kolny@gmail.com>
1 parent d01b702 commit 595a2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/iwasm/interpreter/wasm_opcode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ typedef enum WASMAtomicEXTOpcode {
790790
#endif
791791
#define SET_GOTO_TABLE_ELEM(opcode) [opcode] = HANDLE_OPCODE(opcode)
792792

793-
#if (WASM_ENABLE_JIT != 0 || (WASM_ENABLE_FAST_INTERP != 0)) \
793+
#if (WASM_ENABLE_JIT != 0 || WASM_ENABLE_FAST_INTERP != 0) \
794794
&& WASM_ENABLE_SIMD != 0
795795
#define SET_GOTO_TABLE_SIMD_PREFIX_ELEM() \
796796
SET_GOTO_TABLE_ELEM(WASM_OP_SIMD_PREFIX),

0 commit comments

Comments
 (0)