mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00:00
* prdbg.c (pr_fix_visibility): Remove assert.
This commit is contained in:
@@ -992,8 +992,6 @@ pr_fix_visibility (info, visibility)
|
||||
if (info->stack->visibility == visibility)
|
||||
return true;
|
||||
|
||||
assert (info->stack->visibility != DEBUG_VISIBILITY_IGNORE);
|
||||
|
||||
switch (visibility)
|
||||
{
|
||||
case DEBUG_VISIBILITY_PUBLIC:
|
||||
|
||||
Reference in New Issue
Block a user