1
0
Эх сурвалжийг харах

[libcpu][aarch64]mmu log fixup (#9078)

mmu log fixup
zms123456 1 жил өмнө
parent
commit
ca35f6692c

+ 1 - 1
libcpu/aarch64/common/mmu.c

@@ -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++;