mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-15 16:58:34 +00:00
fix coding guideline check
This commit is contained in:
parent
65bfa8dfe4
commit
6c30c38502
|
@ -1057,7 +1057,8 @@ wasm_cluster_exit_thread(WASMExecEnv *exec_env, void *retval)
|
|||
|
||||
/* Free aux stack space */
|
||||
if (exec_env->is_aux_stack_allocated)
|
||||
wasm_cluster_free_aux_stack(exec_env, (uint64)exec_env->aux_stack_bottom);
|
||||
wasm_cluster_free_aux_stack(exec_env,
|
||||
(uint64)exec_env->aux_stack_bottom);
|
||||
|
||||
/* App exit the thread, free the resources before exit native thread */
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user