From 1e0c0383421cb902dabbb1d3b3b7b6957db37005 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Tue, 8 Nov 2011 11:48:18 -0500 Subject: venti: import changes from plan 9 R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325044 --- src/cmd/venti/srv/icache.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cmd/venti/srv/icache.c') diff --git a/src/cmd/venti/srv/icache.c b/src/cmd/venti/srv/icache.c index db2e7993..af76819f 100644 --- a/src/cmd/venti/srv/icache.c +++ b/src/cmd/venti/srv/icache.c @@ -425,7 +425,8 @@ insertscore(u8int score[VtScoreSize], IAddr *ia, int state, AState *as) assert(state == IEDirty); toload = nil; if(as == nil) - fprint(2, "%T insertscore IEDirty without as; called from %lux\n", getcallerpc(&score)); + fprint(2, "%T insertscore IEDirty without as; called from %#p\n", + getcallerpc(&score)); else{ if(icache.as.aa > as->aa) fprint(2, "%T insertscore: aa moving backward: %#llux -> %#llux\n", icache.as.aa, as->aa); -- cgit v1.2.3