mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-08 12:46:14 +00:00
format
This commit is contained in:
parent
035f758734
commit
a62d10400f
|
@ -2396,7 +2396,7 @@ wasm_interp_call_func_bytecode(WASMModuleInstance *module,
|
||||||
else
|
else
|
||||||
cur_func_type = cur_func->u.func->func_type;
|
cur_func_type = cur_func->u.func->func_type;
|
||||||
|
|
||||||
/* clang-format off */
|
/* clang-format off */
|
||||||
#if WASM_ENABLE_GC == 0
|
#if WASM_ENABLE_GC == 0
|
||||||
if (cur_type != cur_func_type) {
|
if (cur_type != cur_func_type) {
|
||||||
wasm_set_exception(module, "indirect call type mismatch");
|
wasm_set_exception(module, "indirect call type mismatch");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user