]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos/file/appendrecord.s
Started to add text output functions
[cc65] / libsrc / geos / file / appendrecord.s
index 243fdf27f5d1d077ca3a55ca99e16b8f5e6c4fa9..9fb12b0b95c72bcce7d3c911459c030fb7982705 100644 (file)
@@ -6,6 +6,7 @@
 
 ; char AppendRecord  (void);
 
+           .import __oserror
            .export _AppendRecord
 
            .include "../inc/jumptab.inc"
@@ -14,6 +15,6 @@
 _AppendRecord:
 
        jsr AppendRecord
-       stx errno
+       stx __oserror
        txa
        rts