From 6e95b86e15cbbab1eeae0c138638783203ad8dfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sat, 2 Jan 2010 18:31:24 +0000 Subject: [PATCH] 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 --- src/system/kernel/arch/ppc/arch_vm_translation_map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/kernel/arch/ppc/arch_vm_translation_map.cpp b/src/system/kernel/arch/ppc/arch_vm_translation_map.cpp index 6a0091892d..f13f6802d7 100644 --- a/src/system/kernel/arch/ppc/arch_vm_translation_map.cpp +++ b/src/system/kernel/arch/ppc/arch_vm_translation_map.cpp @@ -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