[haiku-commits] r34861 - haiku/trunk/src/system/kernel/arch/ppc
- From: superstippi@xxxxxx
- To: haiku-commits@xxxxxxxxxxxxx
- Date: Sat, 2 Jan 2010 19:31:24 +0100 (CET)
Author: stippi
Date: 2010-01-02 19:31:24 +0100 (Sat, 02 Jan 2010)
New Revision: 34861
Changeset: http://dev.haiku-os.org/changeset/34861/haiku
Ticket: http://dev.haiku-os.org/ticket/5192
Modified:
haiku/trunk/src/system/kernel/arch/ppc/arch_vm_translation_map.cpp
Log:
Patch by Andreas Faerber:
* Fix compilation when commented out.
Thanks! Fixes ticket #5192.
Modified: haiku/trunk/src/system/kernel/arch/ppc/arch_vm_translation_map.cpp
===================================================================
--- haiku/trunk/src/system/kernel/arch/ppc/arch_vm_translation_map.cpp
2010-01-02 18:26:43 UTC (rev 34860)
+++ haiku/trunk/src/system/kernel/arch/ppc/arch_vm_translation_map.cpp
2010-01-02 18:31:24 UTC (rev 34861)
@@ -273,7 +273,7 @@
// 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
Other related posts:
- » [haiku-commits] r34861 - haiku/trunk/src/system/kernel/arch/ppc - superstippi