lupyuen commented on code in PR #10193:
URL: https://github.com/apache/nuttx/pull/10193#discussion_r1300861696


##########
arch/arm64/src/common/arm64_mmu.c:
##########
@@ -426,7 +426,7 @@ static void init_xlat_tables(const struct arm_mmu_region 
*region)
   uint64_t level_size;
 
 #ifdef CONFIG_MMU_DEBUG
-  sinfo("mmap: virt %llx phys %llx size %llx\n", virt, phys, size);
+  sinfo("mmap: virt %lu phys %lu size %lu\n", virt, phys, size);

Review Comment:
   Why did we change this? I believe `virt` and `phys` are Memory Addresses, so 
it might be better to print them as hex?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to