aboutsummaryrefslogtreecommitdiff
path: root/gdb/dcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dcache.c')
-rw-r--r--gdb/dcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dcache.c b/gdb/dcache.c
index ae5a479..30776e9 100644
--- a/gdb/dcache.c
+++ b/gdb/dcache.c
@@ -569,7 +569,7 @@ dcache_info (char *exp, int tty)
{
int j;
printf_filtered (_("Line at %s, referenced %d times\n"),
- paddr (p->addr), p->refs);
+ paddress (target_gdbarch, p->addr), p->refs);
for (j = 0; j < LINE_SIZE; j++)
printf_filtered ("%02x", p->data[j] & 0xFF);