mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:17:34 +00:00
Kernel: Pass new region owner to Region::clone
This commit is contained in:
parent
a0c91719d8
commit
2f429bd2d5
3 changed files with 6 additions and 6 deletions
|
@ -100,7 +100,7 @@ public:
|
|||
|
||||
PageFaultResponse handle_fault(const PageFault&);
|
||||
|
||||
OwnPtr<Region> clone();
|
||||
OwnPtr<Region> clone(Process&);
|
||||
|
||||
bool contains(VirtualAddress vaddr) const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue