]> xenbits.xensource.com Git - xen.git/commitdiff
bitkeeper revision 1.1159.133.1 (417d9c1b5mKTIH-AkyjXUqMyMjzPeQ)
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Tue, 26 Oct 2004 00:36:43 +0000 (00:36 +0000)
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Tue, 26 Oct 2004 00:36:43 +0000 (00:36 +0000)
tiny debug build fix

xen/include/asm-x86/shadow.h

index b3bc087d083750d1e6b05d934bdefdcf7bd8fdd5..cffcf2862ca7dc8bc2acba716a1bb394e06d8715 100644 (file)
@@ -116,7 +116,7 @@ static inline int __mark_dirty( struct mm_struct *m, unsigned int mfn)
 #ifndef NDEBUG
     else if ( mfn < max_page )
     {
-        SH_LOG("mark_dirty OOR! mfn=%x pfn=%x max=%x (mm %p)",
+        SH_LOG("mark_dirty OOR! mfn=%x pfn=%lx max=%x (mm %p)",
                mfn, pfn, m->shadow_dirty_bitmap_size, m );
         SH_LOG("dom=%p caf=%08x taf=%08x\n", 
                frame_table[mfn].u.inuse.domain,