From 7464aeaab47ca3fb7127223fe372489c9c7ed69e Mon Sep 17 00:00:00 2001 From: Pedro Alves <pedro@palves.net> Date: Fri, 27 May 2022 16:33:56 +0100 Subject: Convert location_spec_type to a method This converts location_spec_type to location_spec::type(). Change-Id: Iff4cbfafb1cf3d22adfa142ff939b4a148e52273 --- gdb/linespec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/linespec.c') diff --git a/gdb/linespec.c b/gdb/linespec.c index f992477..976e728 100644 --- a/gdb/linespec.c +++ b/gdb/linespec.c @@ -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: { -- cgit v1.1