mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-06 12:59:18 +00:00
Bug fixes
This commit is contained in:
@ -65,7 +65,7 @@ namespace Memory
|
||||
this->Size = STACK_SIZE;
|
||||
}
|
||||
|
||||
trace("Allocated stack at %p", this->StackBottom);
|
||||
debug("Allocated stack at %p", this->StackBottom);
|
||||
}
|
||||
|
||||
StackGuard::~StackGuard()
|
||||
|
Reference in New Issue
Block a user