mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:17:44 +00:00
PageDirectory: Use dbg() instead of dbgprintf()
This commit is contained in:
parent
2b9826a444
commit
62adbbc598
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ PageDirectory::PageDirectory(Process& process, const RangeAllocator* parent_rang
|
|||
PageDirectory::~PageDirectory()
|
||||
{
|
||||
#ifdef MM_DEBUG
|
||||
dbgprintf("MM: ~PageDirectory K%x\n", this);
|
||||
dbg() << "MM: ~PageDirectory K" << this;
|
||||
#endif
|
||||
InterruptDisabler disabler;
|
||||
cr3_map().remove(cr3());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue