Skip to content

Commit ca35f66

Browse files
authored
[libcpu][aarch64]mmu log fixup (RT-Thread#9078)
mmu log fixup
1 parent b785ef9 commit ca35f66

File tree

1 file changed

+1
-1
lines changed
  • libcpu/aarch64/common

1 file changed

+1
-1
lines changed

libcpu/aarch64/common/mmu.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ void rt_hw_mmu_setup(rt_aspace_t aspace, struct mem_desc *mdesc, int desc_nr)
424424
mdesc->paddr_start >> MM_PAGE_SHIFT, &err);
425425
if (retval)
426426
{
427-
LOG_E("%s: map failed with code %d", retval);
427+
LOG_E("%s: map failed with code %d", __FUNCTION__, retval);
428428
RT_ASSERT(0);
429429
}
430430
mdesc++;

0 commit comments

Comments
 (0)