Add __FILE__ and __LINE__ parameter to internal_error() /
internal_verror().
This commit is contained in:
parent
8ca8f343f9
commit
8e65ff28b0
66 changed files with 839 additions and 430 deletions
|
@ -200,7 +200,9 @@ select_source_symtab (register struct symtab *s)
|
|||
{
|
||||
if (cs_pst->readin)
|
||||
{
|
||||
internal_error ("select_source_symtab: readin pst found and no symtabs.");
|
||||
internal_error (__FILE__, __LINE__,
|
||||
"select_source_symtab: "
|
||||
"readin pst found and no symtabs.");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue