Patch by Andreas Faerber:
* Fix compilation when commented out. Thanks! Fixes ticket #5192. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34861 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e355ce92a4
commit
6e95b86e15
@ -273,7 +273,7 @@ lookup_page_table_entry(vm_translation_map *map, addr_t virtualAddress)
|
||||
// lookup the vsid based off the va
|
||||
uint32 virtualSegmentID = VADDR_TO_VSID(map, virtualAddress);
|
||||
|
||||
// dprintf("vm_translation_map.lookup_page_table_entry: vsid %d, va 0x%lx\n", vsid, va);
|
||||
// dprintf("vm_translation_map.lookup_page_table_entry: vsid %ld, va 0x%lx\n", virtualSegmentID, virtualAddress);
|
||||
|
||||
|
||||
// Search for the page table entry using the primary hash value
|
||||
|
Loading…
Reference in New Issue
Block a user