1
Fork 0
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:
Tom 2021-01-01 00:02:40 -07:00 committed by Andreas Kling
parent a0c91719d8
commit 2f429bd2d5
3 changed files with 6 additions and 6 deletions

View file

@ -100,7 +100,7 @@ public:
PageFaultResponse handle_fault(const PageFault&);
OwnPtr<Region> clone();
OwnPtr<Region> clone(Process&);
bool contains(VirtualAddress vaddr) const
{