fix: remove unnecessary backslash in macro definition

This commit is contained in:
Alix ANNERAUD 2025-03-02 20:16:21 +01:00
parent 0dd7fe2070
commit 422c8fb8be

View File

@ -1517,7 +1517,7 @@ wasm_interp_call_func_import(WASMModuleInstance *module_inst,
os_mutex_unlock(&exec_env->wait_lock); \ os_mutex_unlock(&exec_env->wait_lock); \
} \ } \
CHECK_INSTRUCTION_LIMIT(); \ CHECK_INSTRUCTION_LIMIT(); \
\ goto *handle_table[*frame_ip++]; \ goto *handle_table[*frame_ip++]; \
} while (0) } while (0)
#else #else
#define HANDLE_OP_END() \ #define HANDLE_OP_END() \