diff options
author | 2001-06-04 22:25:52 +0000 | |
---|---|---|
committer | 2001-06-04 22:25:52 +0000 | |
commit | edf712d22a50cdc5903bac8ff6919e8462b52224 (patch) | |
tree | 9e4855486ee5662040ba5f3b82f4d0730c01f3ed | |
parent | rpc.pcnfsd is now free (diff) | |
download | wireguard-openbsd-edf712d22a50cdc5903bac8ff6919e8462b52224.tar.xz wireguard-openbsd-edf712d22a50cdc5903bac8ff6919e8462b52224.zip |
fix debugging printf, cpu_hpa is not pointer anymore
-rw-r--r-- | sys/arch/hppa/stand/libsa/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/libsa/machdep.c b/sys/arch/hppa/stand/libsa/machdep.c index 87dfa733697..bbc36c8e2b1 100644 --- a/sys/arch/hppa/stand/libsa/machdep.c +++ b/sys/arch/hppa/stand/libsa/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.5 1999/05/03 22:46:38 mickey Exp $ */ +/* $OpenBSD: machdep.c,v 1.6 2001/06/04 22:25:52 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -73,7 +73,7 @@ machdep() PAGE0->ivec_toclen, PAGE0->ivec_rendz, PAGE0->mem_10msec); printf ("mem: cont=%u, phys=%u, pdc_spa=%u, resv=%u, free=%x\n" - "cpu_hpa=%p, pdc=%p, imm_hpa=%p[%u,%u], soft=%u\n", + "cpu_hpa=%x, pdc=%p, imm_hpa=%p[%u,%u], soft=%u\n", PAGE0->memc_cont, PAGE0->memc_phsize, PAGE0->memc_adsize, PAGE0->memc_resv, PAGE0->mem_free, PAGE0->mem_hpa, PAGE0->mem_pdc, PAGE0->imm_hpa, PAGE0->imm_spa_size, |