Fixed an error
git-svn-id: svn://svn.cc65.org/cc65/trunk@3856 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -360,17 +360,6 @@ void ForwardLabel (unsigned Offs)
|
||||
|
||||
|
||||
|
||||
void ForwardLabels (unsigned Size)
|
||||
/* Define forward labels for the range PC to PC+Size-1 if necessary */
|
||||
{
|
||||
unsigned I;
|
||||
for (I = 0; I < Size; ++I) {
|
||||
ForwardLabel (I);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
static void DefOutOfRangeLabel (unsigned long Addr)
|
||||
/* Define one label that is outside code range. */
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user