mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-15 06:01:14 +00:00
fix: remove unnecessary backslash in macro definition
This commit is contained in:
parent
0dd7fe2070
commit
422c8fb8be
|
@ -1517,7 +1517,7 @@ wasm_interp_call_func_import(WASMModuleInstance *module_inst,
|
|||
os_mutex_unlock(&exec_env->wait_lock); \
|
||||
} \
|
||||
CHECK_INSTRUCTION_LIMIT(); \
|
||||
\ goto *handle_table[*frame_ip++]; \
|
||||
goto *handle_table[*frame_ip++]; \
|
||||
} while (0)
|
||||
#else
|
||||
#define HANDLE_OP_END() \
|
||||
|
|
Loading…
Reference in New Issue
Block a user