浏览代码

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

mmu log fixup
zms123456 1 年之前
父节点
当前提交
ca35f6692c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libcpu/aarch64/common/mmu.c

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