mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-15 08:48:33 +00:00
fix typo
This commit is contained in:
parent
6c30c38502
commit
efaef3499c
|
@ -606,7 +606,7 @@ wasm_cluster_destroy_spawned_exec_env(WASMExecEnv *exec_env)
|
|||
|
||||
/* Free aux stack space which was allocated in
|
||||
wasm_cluster_spawn_exec_env */
|
||||
bh_assert(exec_env_ts->is_aux_stack_allocated);
|
||||
bh_assert(exec_env_tls->is_aux_stack_allocated);
|
||||
wasm_cluster_free_aux_stack(exec_env_tls,
|
||||
(uint64)exec_env->aux_stack_bottom);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user