Fix build with TRACE enabled.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19848 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -502,8 +502,8 @@ map_backing_store(vm_address_space *addressSpace, vm_cache_ref *cacheRef,
|
|||||||
void **_virtualAddress, off_t offset, addr_t size, uint32 addressSpec,
|
void **_virtualAddress, off_t offset, addr_t size, uint32 addressSpec,
|
||||||
int wiring, int protection, int mapping, vm_area **_area, const char *areaName)
|
int wiring, int protection, int mapping, vm_area **_area, const char *areaName)
|
||||||
{
|
{
|
||||||
TRACE(("map_backing_store: aspace %p, store %p, *vaddr %p, offset 0x%Lx, size %lu, addressSpec %ld, wiring %d, protection %d, _area %p, area_name '%s'\n",
|
TRACE(("map_backing_store: aspace %p, cacheref %p, *vaddr %p, offset 0x%Lx, size %lu, addressSpec %ld, wiring %d, protection %d, _area %p, area_name '%s'\n",
|
||||||
addressSpace, store, *_virtualAddress, offset, size, addressSpec,
|
addressSpace, cacheRef, *_virtualAddress, offset, size, addressSpec,
|
||||||
wiring, protection, _area, areaName));
|
wiring, protection, _area, areaName));
|
||||||
|
|
||||||
vm_area *area = _vm_create_area_struct(addressSpace, areaName, wiring, protection);
|
vm_area *area = _vm_create_area_struct(addressSpace, areaName, wiring, protection);
|
||||||
|
|||||||
Reference in New Issue
Block a user