Explorar el Código

Update core/iwasm/interpreter/wasm_opcode.h

Co-authored-by: Marcin Kolny <marcin.kolny@gmail.com>
Maks Litskevich hace 1 año
padre
commit
595a2b3a52
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/iwasm/interpreter/wasm_opcode.h

+ 1 - 1
core/iwasm/interpreter/wasm_opcode.h

@@ -790,7 +790,7 @@ typedef enum WASMAtomicEXTOpcode {
 #endif
 #define SET_GOTO_TABLE_ELEM(opcode) [opcode] = HANDLE_OPCODE(opcode)
 
-#if (WASM_ENABLE_JIT != 0 || (WASM_ENABLE_FAST_INTERP != 0)) \
+#if (WASM_ENABLE_JIT != 0 || WASM_ENABLE_FAST_INTERP != 0) \
     && WASM_ENABLE_SIMD != 0
 #define SET_GOTO_TABLE_SIMD_PREFIX_ELEM() \
     SET_GOTO_TABLE_ELEM(WASM_OP_SIMD_PREFIX),