We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8971abe commit 8b5fc53Copy full SHA for 8b5fc53
api/arch/x86/paging.hpp
@@ -317,7 +317,7 @@ class Page_table {
317
auto* sub = page_dir(&ent);
318
Expects(sub != nullptr);
319
if (print) {
320
- printf("%.*s-+<%s> 0x%zx\n", print_lvl * 2, pad,
+ printf("%.*s-+<%s> %p\n", print_lvl * 2, pad,
321
util::Byte_r(page_size).to_string().c_str(), (void*)sub->start_addr());
322
}
323
sum += sub->summary(print, print_lvl + 1);
0 commit comments