diff options
Diffstat (limited to 'gdb/tracepoint.c')
-rw-r--r-- | gdb/tracepoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index 3ae35d0..d5f69e7 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -2333,7 +2333,7 @@ scope_info (char *args, int from_tty) error (_("requires an argument (function, " "line or *addr) to define a scope")); - sals = decode_line_1 (&args, 1, NULL, 0, NULL, NULL); + sals = decode_line_1 (&args, 1, NULL, 0, NULL); if (sals.nelts == 0) return; /* Presumably decode_line_1 has already warned. */ |