Skip to content

Commit eb10ac1

Browse files
committed
mmu log fixup
1 parent 06ad67d commit eb10ac1

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)