From ca35f6692cfa6810df3e1a1ab3052913bf5bfa99 Mon Sep 17 00:00:00 2001 From: zms123456 <85141075+zmshahaha@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:37:05 +0800 Subject: [PATCH] [libcpu][aarch64]mmu log fixup (#9078) mmu log fixup --- libcpu/aarch64/common/mmu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcpu/aarch64/common/mmu.c b/libcpu/aarch64/common/mmu.c index 51db8c6bbd..cc3a1699a1 100644 --- a/libcpu/aarch64/common/mmu.c +++ b/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++;