Working
git-svn-id: svn://svn.cc65.org/cc65/trunk@2109 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -304,7 +304,7 @@ static void ParseMemory (void)
|
||||
CollDelete (&L->Attributes, Index);
|
||||
|
||||
/* Create the chip instance for the address range */
|
||||
Range = L->End - L->Start;
|
||||
Range = L->End - L->Start + 1;
|
||||
CI = NewChipInstance (D->V.SVal, L->Start, Range, &L->Attributes);
|
||||
|
||||
/* Delete the "name" attribute */
|
||||
|
||||
Reference in New Issue
Block a user