mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
gdb: remove SYMTAB_PSPACE macro
Remove the macro, replace with an equivalent method. Change-Id: Icccc20e7e8ae03ac4dac1c7514c25a12a9a0ac69
This commit is contained in:
@@ -311,7 +311,7 @@ select_source_symtab (struct symtab *s)
|
||||
if (s)
|
||||
{
|
||||
current_source_location *loc
|
||||
= get_source_location (SYMTAB_PSPACE (s));
|
||||
= get_source_location (s->pspace ());
|
||||
loc->set (s, 1);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user