]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/dcache.c
import gdb-1999-09-08 snapshot
[thirdparty/binutils-gdb.git] / gdb / dcache.c
index 821eb13ceecb296449d390ef1fe4d2264f6b2ef9..a184498c84c27e55767f7fd1434d5a7e4b126286 100644 (file)
@@ -525,8 +525,8 @@ dcache_info (exp, tty)
   for (p = last_cache->valid_head; p; p = p->p)
     {
       int j;
-      printf_filtered ("Line at %08xd, referenced %d times\n",
-                      p->addr, p->refs);
+      printf_filtered ("Line at %s, referenced %d times\n",
+                      paddr (p->addr), p->refs);
 
       for (j = 0; j < LINE_SIZE; j++)
        printf_filtered ("%02x", p->data[j] & 0xFF);