mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-29 15:18:34 +08:00
gdb: remove BLOCK_SUPERBLOCK macro
Replace with equivalent methods. Change-Id: I334a319909a50b5cc5570a45c38c70e10dc00630
This commit is contained in:

committed by
Simon Marchi

parent
6c00f721c8
commit
f135fe728e
@ -293,7 +293,7 @@ frapy_block (PyObject *self, PyObject *args)
|
||||
|
||||
for (fn_block = block;
|
||||
fn_block != NULL && fn_block->function () == NULL;
|
||||
fn_block = BLOCK_SUPERBLOCK (fn_block))
|
||||
fn_block = fn_block->superblock ())
|
||||
;
|
||||
|
||||
if (block == NULL || fn_block == NULL || fn_block->function () == NULL)
|
||||
|
Reference in New Issue
Block a user