Index: test/mm/falloc1/test.c
===================================================================
--- test/mm/falloc1/test.c	(revision 874878ab8f4787b913b24462b16f625fbc977008)
+++ test/mm/falloc1/test.c	(revision 73e9b49f68fcee880d656c3073aeba64b022fbfc)
@@ -60,5 +60,5 @@
 				
 				if (ALIGN_UP(frames[allocated], FRAME_SIZE << order) != frames[allocated]) {
-					panic("Test failed. Block at address %X (size %dK) is not aligned\n", frames[allocated], (FRAME_SIZE << order) >> 10);
+					panic("Test failed. Block at address %P (size %dK) is not aligned\n", frames[allocated], (FRAME_SIZE << order) >> 10);
 				}
 				
