Skip to content

Commit 5bfbfd5

Browse files
author
Georgii Rylov
committed
update typo in the comment
1 parent b6daacb commit 5bfbfd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/iwasm/aot/aot_runtime.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4111,7 +4111,7 @@ aot_iterate_callstack_tiny_frame(WASMExecEnv *exec_env,
41114111
{
41124112
/*
41134113
* Note for devs: please refrain from such modifications inside of
4114-
* aot_iterate_callstack
4114+
* aot_iterate_callstack_tiny_frame
41154115
* - any allocations/freeing memory
41164116
* - dereferencing any pointers other than: exec_env, exec_env->module_inst,
41174117
* exec_env->module_inst->module, pointers between stack's bottom and
@@ -4154,7 +4154,7 @@ aot_iterate_callstack_standard_frame(WASMExecEnv *exec_env,
41544154
{
41554155
/*
41564156
* Note for devs: please refrain from such modifications inside of
4157-
* aot_iterate_callstack
4157+
* aot_iterate_callstack_standard_frame
41584158
* - any allocations/freeing memory
41594159
* - dereferencing any pointers other than: exec_env, exec_env->module_inst,
41604160
* exec_env->module_inst->module, pointers between stack's bottom and

0 commit comments

Comments
 (0)