1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-01 23:29:41 +00:00

Clear _oserror on success.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5841 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc 2012-10-07 20:20:54 +00:00
parent 987c3066a3
commit 5d4a441dd8

View File

@ -86,7 +86,8 @@ errno: jsr __seterrno ; Returns 0 in A
; Copy device string representation into buf
okay: lda fnunit
jsr devicestr
jsr devicestr ; Returns 0 in A
sta __oserror ; Clear _oserror
; Success, return buf