rPi: Fix missing %

This commit is contained in:
Alexander von Gluck IV 2012-05-22 09:51:52 -05:00
parent d6e724d549
commit 16307934fa
1 changed files with 1 additions and 1 deletions

View File

@ -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;