Fix build with VM_PAGE_FAULT_TRACING enabled.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35187 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
73f41f49ec
commit
c40914bbf5
@ -3817,7 +3817,7 @@ vm_soft_fault(VMAddressSpace* addressSpace, addr_t originalAddress,
|
||||
|
||||
// All went fine, all there is left to do is to map the page into the
|
||||
// address space.
|
||||
TPF(PageFaultDone(area->id, context.topCache, context.page->cache,
|
||||
TPF(PageFaultDone(area->id, context.topCache, context.page->Cache(),
|
||||
context.page));
|
||||
|
||||
// If the page doesn't reside in the area's cache, we need to make sure
|
||||
|
Loading…
Reference in New Issue
Block a user