mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-08-26 21:45:01 +00:00
Apply code from memory-test branch
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
namespace Memory
|
||||
{
|
||||
StackGuard::StackGuard(bool User, PageTable *Table)
|
||||
StackGuard::StackGuard(bool User, PageTable4 *Table)
|
||||
{
|
||||
this->UserMode = User;
|
||||
this->Table = Table;
|
||||
|
Reference in New Issue
Block a user