Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/emips/stand/common Refine previous so the output is...



details:   https://anonhg.NetBSD.org/src/rev/7bdaff0fe930
branches:  trunk
changeset: 344069:7bdaff0fe930
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Mar 12 02:13:35 2016 +0000

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

diffstat:

 sys/arch/emips/stand/common/prom_iface.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 3e62c89a36e2 -r 7bdaff0fe930 sys/arch/emips/stand/common/prom_iface.c
--- a/sys/arch/emips/stand/common/prom_iface.c  Sat Mar 12 02:07:44 2016 +0000
+++ b/sys/arch/emips/stand/common/prom_iface.c  Sat Mar 12 02:13:35 2016 +0000
@@ -287,7 +287,7 @@
                     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;



Home | Main Index | Thread Index | Old Index