forked from Imagelibrary/binutils-gdb
Convert location_spec_type to a method
This converts location_spec_type to location_spec::type(). Change-Id: Iff4cbfafb1cf3d22adfa142ff939b4a148e52273
This commit is contained in:
@@ -3062,7 +3062,7 @@ location_spec_to_sals (linespec_parser *parser,
|
||||
{
|
||||
std::vector<symtab_and_line> result;
|
||||
|
||||
switch (location_spec_type (locspec))
|
||||
switch (locspec->type ())
|
||||
{
|
||||
case LINESPEC_LOCATION_SPEC:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user