Removed debug output
git-svn-id: svn://svn.cc65.org/cc65/trunk@4171 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -601,7 +601,6 @@ unsigned OptJumpTarget1 (CodeSeg* S)
|
|||||||
* not already have one.
|
* not already have one.
|
||||||
*/
|
*/
|
||||||
TL1 = CS_GenLabel (S, T1);
|
TL1 = CS_GenLabel (S, T1);
|
||||||
printf ("Generated label %s\n", TL1->Name);
|
|
||||||
|
|
||||||
/* Change the jump target to point to this new label */
|
/* Change the jump target to point to this new label */
|
||||||
CS_MoveLabelRef (S, E2, TL1);
|
CS_MoveLabelRef (S, E2, TL1);
|
||||||
|
|||||||
Reference in New Issue
Block a user