mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-11-29 19:03:43 +00:00
fix: typo in AOT stack dump with GC (#4657)
This commit is contained in:
parent
826ae6eb01
commit
d25fdc3709
|
|
@ -4503,7 +4503,7 @@ aot_create_call_stack(struct WASMExecEnv *exec_env)
|
|||
frame.frame_ref = (uint8 *)frame.lp + (frame_ref - (uint8 *)lp);
|
||||
/* copy local ref flags from AOT module */
|
||||
bh_memcpy_s(frame.frame_ref, local_ref_flags_cell_num,
|
||||
local_ref_flags, lp_size);
|
||||
local_ref_flags, local_ref_flags_cell_num);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user