Bug fixes

This commit is contained in:
Alex
2023-04-25 05:14:12 +03:00
parent 299c919d1d
commit c1eaabf97b
4 changed files with 13 additions and 7 deletions

View File

@ -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()