Added documentation for the .REFERTO.
This commit is contained in:
committed by
greg-king5
parent
83e7c37277
commit
50a58e7706
@@ -1734,8 +1734,7 @@ static void DoReferTo (void)
|
||||
/* Mark given symbol as referenced */
|
||||
{
|
||||
SymEntry* Sym = ParseAnySymName (SYM_ALLOC_NEW);
|
||||
if (Sym)
|
||||
{
|
||||
if (Sym) {
|
||||
SymRef (Sym);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user