From: Stefan Date: Thu, 21 Jun 2018 20:30:14 +0000 (+0000) Subject: Removed unused label X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6a70d1dab10741dc1e30fd382369cc5decae58de;p=cc65 Removed unused label --- diff --git a/libsrc/c64/tgi/c64-hi.s b/libsrc/c64/tgi/c64-hi.s index 1b3cedd08..251efa1e1 100644 --- a/libsrc/c64/tgi/c64-hi.s +++ b/libsrc/c64/tgi/c64-hi.s @@ -570,7 +570,10 @@ YCONT2: lda (POINT),y ;Plot endpoint and CHUNK eor (POINT),y sta (POINT),y - jmp EXIT + lda #$36 + sta $01 + cli + rts YFIXX: ;x=x+1 adc DY @@ -624,7 +627,7 @@ XCONT2: dex lsr CHUNK ;Advance to last point jsr LINEPLOT ;Plot the last chunk -EXIT: lda #$36 + lda #$36 sta $01 cli rts