Skip to content

Commit d01b702

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

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
@@ -798,7 +798,7 @@ typedef enum WASMAtomicEXTOpcode {
798798
#define SET_GOTO_TABLE_SIMD_PREFIX_ELEM()
799799
#endif
800800

801-
#if (WASM_ENABLE_FAST_INTERP != 0) && WASM_ENABLE_SIMD != 0
801+
#if WASM_ENABLE_FAST_INTERP != 0 && WASM_ENABLE_SIMD != 0
802802
#define DEF_EXT_V128_HANDLE() \
803803
SET_GOTO_TABLE_ELEM(EXT_OP_SET_LOCAL_FAST_V128), \
804804
SET_GOTO_TABLE_ELEM(EXT_OP_TEE_LOCAL_FAST_V128), \

0 commit comments

Comments
 (0)