Skip to content

Commit dd85c9b

Browse files
committed
Format address types as pointer
Signed-off-by: Martin Kröning <[email protected]>
1 parent 7057f25 commit dd85c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arch/x86_64/mm/paging.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ where
165165
{
166166
assert!(
167167
frame.start_address().as_u64() < mm::kernel_start_address().0,
168-
"Address {:#X} to be identity-mapped is not below Kernel start address",
168+
"Address {:p} to be identity-mapped is not below Kernel start address",
169169
frame.start_address()
170170
);
171171

0 commit comments

Comments
 (0)