kernel: Rename memory page table set function
This commit is contained in:
parent
ed095f3bff
commit
79b837afa7
3 changed files with 4 additions and 4 deletions
|
@ -207,7 +207,7 @@ public:
|
|||
std::shared_ptr<Process> GetCurrentProcess() const;
|
||||
void SetCurrentProcess(std::shared_ptr<Process> process);
|
||||
|
||||
void SetCurrentMemPageTable(Memory::PageTable* page_table);
|
||||
void SetCurrentMemoryPageTable(Memory::PageTable* page_table);
|
||||
|
||||
void SetCPU(std::shared_ptr<ARM_Interface> cpu);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue