We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01b702 commit 595a2b3Copy full SHA for 595a2b3
core/iwasm/interpreter/wasm_opcode.h
@@ -790,7 +790,7 @@ typedef enum WASMAtomicEXTOpcode {
790
#endif
791
#define SET_GOTO_TABLE_ELEM(opcode) [opcode] = HANDLE_OPCODE(opcode)
792
793
-#if (WASM_ENABLE_JIT != 0 || (WASM_ENABLE_FAST_INTERP != 0)) \
+#if (WASM_ENABLE_JIT != 0 || WASM_ENABLE_FAST_INTERP != 0) \
794
&& WASM_ENABLE_SIMD != 0
795
#define SET_GOTO_TABLE_SIMD_PREFIX_ELEM() \
796
SET_GOTO_TABLE_ELEM(WASM_OP_SIMD_PREFIX),
0 commit comments