mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 00:29:31 +00:00
small comment change
git-svn-id: svn://svn.cc65.org/cc65/trunk@5427 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
0a6412b147
commit
7f3ef943bd
@ -16,9 +16,9 @@ _write:
|
||||
jmp __do_oserror ; update errno
|
||||
|
||||
write9:
|
||||
lda ICBLL,x ; get buf len lo
|
||||
lda ICBLL,x ; get buf len low
|
||||
pha
|
||||
lda ICBLH,x ; buf len hi
|
||||
lda ICBLH,x ; buf len high
|
||||
tax
|
||||
lda #0
|
||||
sta __oserror ; clear system dependend error code
|
||||
|
Loading…
Reference in New Issue
Block a user