]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos/file/previousrecord.s
Started to add text output functions
[cc65] / libsrc / geos / file / previousrecord.s
index 2c84ba5baeeb095353bf535c4cf35470959d092e..f74ee8ba67faaba5532e5a3081670171edea792e 100644 (file)
@@ -6,6 +6,7 @@
 
 ; char PreviousRecord  (void);
 
+           .import __oserror
            .export _PreviousRecord
 
            .include "../inc/jumptab.inc"
@@ -13,6 +14,6 @@
 
 _PreviousRecord:
        jsr PreviousRecord
-       stx errno
+       stx __oserror
        txa
        rts