Skip to content

Commit 478b373

Browse files
author
Georgii Rylov
committed
update signature
1 parent 5bfbfd5 commit 478b373

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/iwasm/interpreter/wasm_runtime.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4197,7 +4197,7 @@ wasm_get_module_inst_mem_consumption(const WASMModuleInstance *module_inst,
41974197
|| (WASM_ENABLE_MEMORY_TRACING != 0) */
41984198

41994199
#if WASM_ENABLE_DUMP_CALL_STACK != 0
4200-
uint32
4200+
void
42014201
wasm_interp_iterate_callstack(WASMExecEnv *exec_env,
42024202
const wasm_frame_callback frame_handler,
42034203
void *user_data)

core/iwasm/interpreter/wasm_runtime.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ wasm_get_table_inst(const WASMModuleInstance *module_inst, uint32 tbl_idx)
731731

732732
#if WASM_ENABLE_DUMP_CALL_STACK != 0
733733

734-
uint32
734+
void
735735
wasm_interp_iterate_callstack(WASMExecEnv *exec_env,
736736
const wasm_frame_callback frame_handler,
737737
void *user_data);

0 commit comments

Comments
 (0)