From c40914bbf517a6ddd4e55507b64646052f830526 Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Tue, 19 Jan 2010 23:29:15 +0000 Subject: [PATCH] Fix build with VM_PAGE_FAULT_TRACING enabled. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35187 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/kernel/vm/vm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/kernel/vm/vm.cpp b/src/system/kernel/vm/vm.cpp index 5fcb2333c3..b2759a713c 100644 --- a/src/system/kernel/vm/vm.cpp +++ b/src/system/kernel/vm/vm.cpp @@ -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