mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-31 13:53:45 +08:00
Add __FILE__ and __LINE__ parameter to internal_error() /
internal_verror().
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user