More segment support stuff.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3806 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2007-09-02 19:49:12 +00:00
parent 8db6dcd414
commit a4b43370e7
8 changed files with 92 additions and 26 deletions

View File

@@ -6,8 +6,8 @@
/* */
/* */
/* */
/* (C) 2006 Ullrich von Bassewitz */
/* R<EFBFBD>merstrasse 52 */
/* (C) 2006-2007 Ullrich von Bassewitz */
/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
/* */
@@ -378,7 +378,7 @@ static void DefOutOfRangeLabel (unsigned long Addr)
case atIntLabel:
case atExtLabel:
DefineConst (SymTab[Addr], GetComment (Addr), Addr);
DefConst (SymTab[Addr], GetComment (Addr), Addr);
break;
case atUnnamedLabel: