mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
2003-12-17 Jeff Johnston <jjohnstn@redhat.com>
* symtab.c (decode_line_spec): Change call to decode_line_1.
This commit is contained in:
@ -3868,7 +3868,7 @@ decode_line_spec (char *string, int funfirstline)
|
||||
|
||||
sals = decode_line_1 (&string, funfirstline,
|
||||
cursal.symtab, cursal.line,
|
||||
(char ***) NULL);
|
||||
(char ***) NULL, NULL);
|
||||
|
||||
if (*string)
|
||||
error ("Junk at end of line specification: %s", string);
|
||||
|
Reference in New Issue
Block a user