diff options
Diffstat (limited to 'gdb/solib-pa64.c')
-rw-r--r-- | gdb/solib-pa64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-pa64.c b/gdb/solib-pa64.c index 60b3684..c37b617 100644 --- a/gdb/solib-pa64.c +++ b/gdb/solib-pa64.c @@ -391,7 +391,7 @@ manpage for methods to privately map shared library text.")); /* Create the shared library breakpoint. */ { struct breakpoint *b - = create_solib_event_breakpoint (target_gdbarch, sym_addr); + = create_solib_event_breakpoint (target_gdbarch (), sym_addr); /* The breakpoint is actually hard-coded into the dynamic linker, so we don't need to actually insert a breakpoint instruction |