Add the label/equate bit to the exports and debug symbols
git-svn-id: svn://svn.cc65.org/cc65/trunk@876 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -1100,7 +1100,7 @@ static void DoProc (void)
|
||||
{
|
||||
if (Tok == TOK_IDENT) {
|
||||
/* The new scope has a name */
|
||||
SymDef (SVal, CurrentPC (), IsZPSeg ());
|
||||
SymDef (SVal, CurrentPC (), IsZPSeg (), 1);
|
||||
NextTok ();
|
||||
}
|
||||
SymEnterLevel ();
|
||||
|
||||
Reference in New Issue
Block a user