diff options
Diffstat (limited to 'gdb/cli')
-rw-r--r-- | gdb/cli/cli-dump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/cli/cli-dump.c b/gdb/cli/cli-dump.c index dd9c3b8..c2d1397 100644 --- a/gdb/cli/cli-dump.c +++ b/gdb/cli/cli-dump.c @@ -486,10 +486,10 @@ restore_section_callback (bfd *ibfd, asection *isec, void *args) if (data->load_offset != 0 || data->load_start != 0 || data->load_end != 0) printf_filtered (" into memory (%s to %s)\n", - paddress (target_gdbarch, + paddress (target_gdbarch (), (unsigned long) sec_start + sec_offset + data->load_offset), - paddress (target_gdbarch, + paddress (target_gdbarch (), (unsigned long) sec_start + sec_offset + data->load_offset + sec_load_count)); else |