Skip to content

Commit

Permalink
update typo in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgii Rylov committed Jan 28, 2025
1 parent b6daacb commit 5bfbfd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/iwasm/aot/aot_runtime.c
Original file line number Diff line number Diff line change
Expand Up @@ -4111,7 +4111,7 @@ aot_iterate_callstack_tiny_frame(WASMExecEnv *exec_env,
{
/*
* Note for devs: please refrain from such modifications inside of
* aot_iterate_callstack
* aot_iterate_callstack_tiny_frame
* - any allocations/freeing memory
* - dereferencing any pointers other than: exec_env, exec_env->module_inst,
* exec_env->module_inst->module, pointers between stack's bottom and
Expand Down Expand Up @@ -4154,7 +4154,7 @@ aot_iterate_callstack_standard_frame(WASMExecEnv *exec_env,
{
/*
* Note for devs: please refrain from such modifications inside of
* aot_iterate_callstack
* aot_iterate_callstack_standard_frame
* - any allocations/freeing memory
* - dereferencing any pointers other than: exec_env, exec_env->module_inst,
* exec_env->module_inst->module, pointers between stack's bottom and
Expand Down

0 comments on commit 5bfbfd5

Please sign in to comment.