mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-06 15:38:45 +08:00
SYMTAB_OBJFILE: New macro.
gdb/ChangeLog: * symtab.h (SYMTAB_OBJFILE): New macro. All uses of member symtab.objfile updated to use it.
This commit is contained in:
@ -303,7 +303,7 @@ frapy_block (PyObject *self, PyObject *args)
|
||||
struct symtab *symt;
|
||||
|
||||
symt = SYMBOL_SYMTAB (BLOCK_FUNCTION (fn_block));
|
||||
return block_to_block_object (block, symt->objfile);
|
||||
return block_to_block_object (block, SYMTAB_OBJFILE (symt));
|
||||
}
|
||||
|
||||
Py_RETURN_NONE;
|
||||
|
Reference in New Issue
Block a user