From 5d6b84f215ba061fa896e1521d0f64dc7be6be51 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Mon, 30 Jul 2001 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2001-07-30 --- pc/devi82365.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc/devi82365.c b/pc/devi82365.c index 59c6ba1c941c761d00ff78e27d18d993977fd3ea..67ed0f94ee4ca2a00b8335fde34bbf091283a483 100644 --- a/pc/devi82365.c +++ b/pc/devi82365.c @@ -568,9 +568,9 @@ i82365dump(PCMslot *pp) for(i = 0; i < 0x40; i++){ if((i&0x0F) == 0) print("\n%2.2uX: ", i); + print("%2.2uX ", rdreg(pp, i)); if(((i+1) & 0x0F) == 0x08) print(" - "); - print("%2.2uX ", rdreg(pp, i)); } print("\n"); }