Clear __oserror on success.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4721 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -100,7 +100,8 @@ output: jsr COUT ; Preserves X and Y
|
||||
bpl next
|
||||
|
||||
; Return success
|
||||
done: jmp rwepilog
|
||||
done: lda #$00
|
||||
jmp rwepilog
|
||||
|
||||
; Load errno code
|
||||
einval: lda #EINVAL
|
||||
|
||||
Reference in New Issue
Block a user