mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-11 20:21:11 +00:00
Update core/iwasm/interpreter/wasm_opcode.h
Co-authored-by: Marcin Kolny <marcin.kolny@gmail.com>
This commit is contained in:
parent
595a2b3a52
commit
1b267b0077
|
@ -803,8 +803,8 @@ typedef enum WASMAtomicEXTOpcode {
|
|||
SET_GOTO_TABLE_ELEM(EXT_OP_SET_LOCAL_FAST_V128), \
|
||||
SET_GOTO_TABLE_ELEM(EXT_OP_TEE_LOCAL_FAST_V128), \
|
||||
SET_GOTO_TABLE_ELEM(EXT_OP_COPY_STACK_TOP_V128), \
|
||||
SET_GOTO_TABLE_ELEM(WASM_OP_GET_GLOBAL_128), \
|
||||
SET_GOTO_TABLE_ELEM(WASM_OP_SET_GLOBAL_128),
|
||||
SET_GOTO_TABLE_ELEM(WASM_OP_GET_GLOBAL_V128), \
|
||||
SET_GOTO_TABLE_ELEM(WASM_OP_SET_GLOBAL_V128),
|
||||
|
||||
#else
|
||||
#define DEF_EXT_V128_HANDLE()
|
||||
|
|
Loading…
Reference in New Issue
Block a user