Module Name:    src
Committed By:   dholland
Date:           Sat Mar 12 02:13:35 UTC 2016

Modified Files:
        src/sys/arch/emips/stand/common: prom_iface.c

Log Message:
Refine previous so the output is all hex again. followup to PR 50942


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/emips/stand/common/prom_iface.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/emips/stand/common/prom_iface.c
diff -u src/sys/arch/emips/stand/common/prom_iface.c:1.5 src/sys/arch/emips/stand/common/prom_iface.c:1.6
--- src/sys/arch/emips/stand/common/prom_iface.c:1.5	Fri Mar 11 18:27:37 2016
+++ src/sys/arch/emips/stand/common/prom_iface.c	Sat Mar 12 02:13:35 2016
@@ -287,7 +287,7 @@ int init_memory(void)
                     base += Ours->Control & RAMST_SIZE;
 
                 if (addr != base) {
-                    printf("remapping %x+%zu to %x\n", addr, size, base);
+                    printf("remapping %x+%zx to %x\n", addr, size, base);
                     Ram->BaseAddressAndTag = base;
                 }
                 base += size;

Reply via email to