mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
Minor comment fix.
This commit is contained in:
parent
1a490ebc92
commit
f109cc3d9e
@ -100,8 +100,7 @@ add_symbol_to_list (symbol, listhead)
|
||||
{
|
||||
register struct pending *link;
|
||||
|
||||
/* If this is a reference to/live alias for another symbol, don't add it.
|
||||
We don't want to be able to look up the live references directly. */
|
||||
/* If this is an alias for another symbol, don't add it. */
|
||||
if (symbol->ginfo.name && symbol->ginfo.name[0] == '#')
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user