mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-12-10 08:41:44 +00:00
Merge ed152e847a into f6ce52f667
This commit is contained in:
commit
ee845638a3
|
|
@ -878,7 +878,9 @@ execute_func(WASMModuleInstanceCommon *module_inst, const char *name,
|
|||
if (j < (uint32)(type->result_count - 1))
|
||||
os_printf(",");
|
||||
}
|
||||
os_printf("\n");
|
||||
if (type->result_count > 0) {
|
||||
os_printf("\n");
|
||||
}
|
||||
|
||||
#if WASM_ENABLE_GC != 0
|
||||
for (j = 0; j < num_local_ref_pushed; j++) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user