]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos/file/readrecord.s
Started to add text output functions
[cc65] / libsrc / geos / file / readrecord.s
index 4ccda9b71b7965491f451a4685fef091052137ec..ec7d227b9bafaf95df3e0582e60ad17b4dba34bc 100644 (file)
@@ -7,7 +7,7 @@
 ; char ReadRecord  (char *buffer, int length);
 
            .export _ReadRecord
-           .import popax
+           .import popax, __oserror
 
            .include "../inc/jumptab.inc"
            .include "../inc/geossym.inc"
@@ -19,6 +19,6 @@ _ReadRecord:
        sta r7L
        stx r7H
        jsr ReadRecord
-       stx errno
+       stx __oserror
        txa
        rts