formatting

This commit is contained in:
Georgii Rylov
2025-02-26 10:57:50 +00:00
parent 188eb1c941
commit 857e6b73c8
6 changed files with 18 additions and 22 deletions

View File

@ -734,7 +734,7 @@ wasm_get_table_inst(const WASMModuleInstance *module_inst, uint32 tbl_idx)
#if WAMR_ENABLE_COPY_CALLSTACK != 0
uint32
wasm_interp_copy_callstack(WASMExecEnv *exec_env, wasm_frame_ptr_t buffer,
uint32 length, uint32 skip_n);
uint32 length, uint32 skip_n);
#endif // WAMR_ENABLE_COPY_CALLSTACK
bool