We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b9872 commit d4c3f04Copy full SHA for d4c3f04
core/iwasm/interpreter/wasm_opcode.h
@@ -803,8 +803,8 @@ typedef enum WASMAtomicEXTOpcode {
803
SET_GOTO_TABLE_ELEM(EXT_OP_SET_LOCAL_FAST_V128), \
804
SET_GOTO_TABLE_ELEM(EXT_OP_TEE_LOCAL_FAST_V128), \
805
SET_GOTO_TABLE_ELEM(EXT_OP_COPY_STACK_TOP_V128), \
806
- SET_GOTO_TABLE_ELEM(WASM_OP_GET_GLOBAL_128), \
807
- 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),
808
809
#else
810
#define DEF_EXT_V128_HANDLE()
0 commit comments