mirror of
https://github.com/cc65/cc65.git
synced 2024-11-18 15:05:14 +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:
parent
987c3066a3
commit
5d4a441dd8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user