Skip to content

Commit 2c2d8cb

Browse files
committed
fix: typo in AOT stack dump with GC
1 parent 3f4145e commit 2c2d8cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/iwasm/aot/aot_runtime.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4495,7 +4495,7 @@ aot_create_call_stack(struct WASMExecEnv *exec_env)
44954495
frame.frame_ref = (uint8 *)frame.lp + (frame_ref - (uint8 *)lp);
44964496
/* copy local ref flags from AOT module */
44974497
bh_memcpy_s(frame.frame_ref, local_ref_flags_cell_num,
4498-
local_ref_flags, lp_size);
4498+
local_ref_flags, local_ref_flags_cell_num);
44994499
#endif
45004500
}
45014501

0 commit comments

Comments
 (0)