Removed a comment that was no longer correct.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4716 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
2273b7575c
commit
0bdc045f65
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
jsr __osmaperrno ; Map os error into errno code
|
||||
jsr __seterrno ; Save in errno
|
||||
lda #$FF ; Return -1
|
||||
tax ; Make high byte also zero
|
||||
tax
|
||||
ok: rts
|
||||
|
||||
.endproc
|
||||
|
|
Loading…
Add table
Reference in a new issue