mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-06-01 22:47:14 +00:00
Update core/iwasm/interpreter/wasm_opcode.h
Co-authored-by: Marcin Kolny <marcin.kolny@gmail.com>
This commit is contained in:
parent
72535e4e45
commit
d01b702f4b
|
@ -798,7 +798,7 @@ typedef enum WASMAtomicEXTOpcode {
|
|||
#define SET_GOTO_TABLE_SIMD_PREFIX_ELEM()
|
||||
#endif
|
||||
|
||||
#if (WASM_ENABLE_FAST_INTERP != 0) && WASM_ENABLE_SIMD != 0
|
||||
#if WASM_ENABLE_FAST_INTERP != 0 && WASM_ENABLE_SIMD != 0
|
||||
#define DEF_EXT_V128_HANDLE() \
|
||||
SET_GOTO_TABLE_ELEM(EXT_OP_SET_LOCAL_FAST_V128), \
|
||||
SET_GOTO_TABLE_ELEM(EXT_OP_TEE_LOCAL_FAST_V128), \
|
||||
|
|
Loading…
Reference in New Issue
Block a user