diff options
Diffstat (limited to 'gdb/utils.c')
-rw-r--r-- | gdb/utils.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/utils.c b/gdb/utils.c index 0b47012..bda6bbf 100644 --- a/gdb/utils.c +++ b/gdb/utils.c @@ -1578,9 +1578,7 @@ void wrap_here (const char *indent) { /* This should have been allocated, but be paranoid anyway. */ - if (!filter_initialized) - internal_error (__FILE__, __LINE__, - _("failed internal consistency check")); + gdb_assert (filter_initialized); flush_wrap_buffer (gdb_stdout); if (chars_per_line == UINT_MAX) /* No line overflow checking. */ |