File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments