mirror of
https://github.com/cc65/cc65.git
synced 2025-01-13 09:31:53 +00:00
Reverse the last change, brain error :-(
git-svn-id: svn://svn.cc65.org/cc65/trunk@1374 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
58ef7c8df5
commit
2a8e2d422c
@ -152,13 +152,10 @@ _vsprintf:
|
|||||||
tya
|
tya
|
||||||
sta (ptr1),y
|
sta (ptr1),y
|
||||||
|
|
||||||
; Return the number of bytes written. The carry is clear here because of the
|
; Return the number of bytes written.
|
||||||
; last addition which will never overflow for sane code.
|
|
||||||
|
|
||||||
lda outdesc ; ccount
|
lda outdesc ; ccount
|
||||||
ldx outdesc+1
|
ldx outdesc+1
|
||||||
adc #1 ; Account for terminator
|
rts
|
||||||
bcc @L9
|
|
||||||
inx
|
|
||||||
@L9: rts
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user