From 16307934faf5d843947d6eeae50c8e602aba5f85 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Tue, 22 May 2012 09:51:52 -0500 Subject: [PATCH] rPi: Fix missing % --- src/system/boot/platform/raspberrypi_arm/mmu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/boot/platform/raspberrypi_arm/mmu.cpp b/src/system/boot/platform/raspberrypi_arm/mmu.cpp index f01bacc40a..aa486f265c 100644 --- a/src/system/boot/platform/raspberrypi_arm/mmu.cpp +++ b/src/system/boot/platform/raspberrypi_arm/mmu.cpp @@ -242,7 +242,7 @@ static uint32 * get_next_page_table(uint32 type) { TRACE("%s: sNextPageTableAddress %p, kPageTableRegionEnd %p, " - "type 0x" B_PRIX32 "\n", __func__, sNextPageTableAddress, + "type 0x%" B_PRIX32 "\n", __func__, sNextPageTableAddress, kPageTableRegionEnd, type); size_t size = 0;