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:
Bruno G. Albuquerque 2007-01-17 16:02:19 +00:00
parent 849de6ef97
commit f212f3bad2

View File

@ -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,
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",
addressSpace, store, *_virtualAddress, offset, size, addressSpec,
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, cacheRef, *_virtualAddress, offset, size, addressSpec,
wiring, protection, _area, areaName));
vm_area *area = _vm_create_area_struct(addressSpace, areaName, wiring, protection);