mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 02:17:34 +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()
|
PageDirectory::~PageDirectory()
|
||||||
{
|
{
|
||||||
#ifdef MM_DEBUG
|
#ifdef MM_DEBUG
|
||||||
dbgprintf("MM: ~PageDirectory K%x\n", this);
|
dbg() << "MM: ~PageDirectory K" << this;
|
||||||
#endif
|
#endif
|
||||||
InterruptDisabler disabler;
|
InterruptDisabler disabler;
|
||||||
cr3_map().remove(cr3());
|
cr3_map().remove(cr3());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue