Use .REFERTO instead of .REF as the command.
This commit is contained in:
committed by
greg-king5
parent
e9a72b2462
commit
83e7c37277
@@ -1730,7 +1730,7 @@ static void DoPushSeg (void)
|
||||
|
||||
|
||||
|
||||
static void DoReferenced (void)
|
||||
static void DoReferTo (void)
|
||||
/* Mark given symbol as referenced */
|
||||
{
|
||||
SymEntry* Sym = ParseAnySymName (SYM_ALLOC_NEW);
|
||||
@@ -2165,7 +2165,8 @@ static CtrlDesc CtrlCmdTab [] = {
|
||||
{ ccNone, DoPushCharmap },
|
||||
{ ccNone, DoPushCPU },
|
||||
{ ccNone, DoPushSeg },
|
||||
{ ccNone, DoReferenced }, /* .REFERENCED */
|
||||
{ ccNone, DoUnexpected }, /* .REFERENCED */
|
||||
{ ccNone, DoReferTo }, /* .REFERTO */
|
||||
{ ccNone, DoReloc },
|
||||
{ ccNone, DoRepeat },
|
||||
{ ccNone, DoRes },
|
||||
|
||||
Reference in New Issue
Block a user