bug report, armv7-a, arm_addrenv.c, function <up_addrenv_destroy>
Open
- Dominant language
- C
- Stars
- 4k
- Forks
- 1.7k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 237
Description
arch>arm>src>armv7-a>arm_addrenv.c : up_addrenv_destroy()
for nuttx v12.4.0, the first arg in the following code(Line 351) should be "addrenv->shm".
is that right?
`
#ifdef CONFIG_ARCH_VMA_MAPPING
/* Destroy the shared memory region (without freeing the physical page
* data).
*/
arm_addrenv_destroy_region(addrenv->heap, ARCH_SHM_NSECTS,
CONFIG_ARCH_SHM_VBASE, true);
#endif
`
Contributor guide
Assessment
This issue has not been assessed yet.