diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index af0d167..2a55a6f 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -9406,8 +9406,7 @@ check_fast_tracepoint_sals (struct gdbarch *gdbarch, associated with SAL. */ if (sarch == NULL) sarch = gdbarch; - rslt = gdbarch_fast_tracepoint_valid_at (sarch, sal->pc, - NULL, &msg); + rslt = gdbarch_fast_tracepoint_valid_at (sarch, sal->pc, &msg); old_chain = make_cleanup (xfree, msg); if (!rslt) |