]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/inviocb.s
The spans do now contain the size of a span, no longer the end offset.
[cc65] / libsrc / atari / inviocb.s
index 67a6a7c424e33f4300a225fbdba5f0c2b7bf2685..b7954dd116da6083dc9d7c0427e7b4c0b7dd2080 100644 (file)
@@ -2,11 +2,9 @@
 ; set EINVAL error code and returns -1
 ;
        .include "errno.inc"
-       .import __retminus
 
        .export __inviocb
 
 __inviocb:
        lda     #<EINVAL
-       jsr     __seterrno
-       jmp     __retminus      ; return -1
+       jmp     __directerrno