diff options
Diffstat (limited to 'gdb/symfile-mem.c')
-rw-r--r-- | gdb/symfile-mem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile-mem.c b/gdb/symfile-mem.c index 2e53be0..1b1e456 100644 --- a/gdb/symfile-mem.c +++ b/gdb/symfile-mem.c @@ -220,7 +220,7 @@ add_vsyscall_page (struct target_ops *target, int from_tty) args.bfd = bfd; args.sysinfo_ehdr = sysinfo_ehdr; args.name = xstrprintf ("system-supplied DSO at %s", - paddress (target_gdbarch, sysinfo_ehdr)); + paddress (target_gdbarch (), sysinfo_ehdr)); /* Pass zero for FROM_TTY, because the action of loading the vsyscall DSO was not triggered by the user, even if the user typed "run" at the TTY. */ |