mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-19 18:23:32 +08:00
parent
b785ef9ed7
commit
ca35f6692c
@ -424,7 +424,7 @@ void rt_hw_mmu_setup(rt_aspace_t aspace, struct mem_desc *mdesc, int desc_nr)
|
||||
mdesc->paddr_start >> MM_PAGE_SHIFT, &err);
|
||||
if (retval)
|
||||
{
|
||||
LOG_E("%s: map failed with code %d", retval);
|
||||
LOG_E("%s: map failed with code %d", __FUNCTION__, retval);
|
||||
RT_ASSERT(0);
|
||||
}
|
||||
mdesc++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user