Fixed copy & paste errors in comments.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5379 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -846,7 +846,7 @@ static void O65WriteBssSeg (O65Desc* D)
|
|||||||
/* Initialize variables */
|
/* Initialize variables */
|
||||||
D->CurReloc = 0;
|
D->CurReloc = 0;
|
||||||
|
|
||||||
/* Dump all data segments */
|
/* Dump all bss segments */
|
||||||
O65WriteSeg (D, D->BssSeg, D->BssCount, 0);
|
O65WriteSeg (D, D->BssSeg, D->BssCount, 0);
|
||||||
|
|
||||||
/* Set the size of the segment */
|
/* Set the size of the segment */
|
||||||
@@ -863,7 +863,7 @@ static void O65WriteZPSeg (O65Desc* D)
|
|||||||
/* Initialize variables */
|
/* Initialize variables */
|
||||||
D->CurReloc = 0;
|
D->CurReloc = 0;
|
||||||
|
|
||||||
/* Dump all data segments */
|
/* Dump all zp segments */
|
||||||
O65WriteSeg (D, D->ZPSeg, D->ZPCount, 0);
|
O65WriteSeg (D, D->ZPSeg, D->ZPCount, 0);
|
||||||
|
|
||||||
/* Set the size of the segment */
|
/* Set the size of the segment */
|
||||||
|
|||||||
Reference in New Issue
Block a user