forked from Imagelibrary/binutils-gdb
gdb: remove BLOCK_CONTIGUOUS_P macro
Replace with an equivalent method. Change-Id: I60fd3be7b4c2601c2a74328f635fa48ed80eb7f5
This commit is contained in:
committed by
Simon Marchi
parent
59197b8a96
commit
086d03c91e
@@ -1428,7 +1428,7 @@ print_disassembly (struct gdbarch *gdbarch, const char *name,
|
||||
if (name != NULL)
|
||||
gdb_printf (_("for function %ps:\n"),
|
||||
styled_string (function_name_style.style (), name));
|
||||
if (block == nullptr || BLOCK_CONTIGUOUS_P (block))
|
||||
if (block == nullptr || block->is_contiguous ())
|
||||
{
|
||||
if (name == NULL)
|
||||
gdb_printf (_("from %ps to %ps:\n"),
|
||||
|
||||
Reference in New Issue
Block a user