]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos/file/updaterecordfile.s
Started to add text output functions
[cc65] / libsrc / geos / file / updaterecordfile.s
index 9960022034629da39c85f611870d3040d07f1c81..2338a9ab1a07e766bf501dfcd4ff0f7e03ad774a 100644 (file)
@@ -6,6 +6,7 @@
 
 ; char UpdateRecordFile  (void);
 
+           .import __oserror
            .export _UpdateRecordFile
 
            .include "../inc/jumptab.inc"
@@ -13,6 +14,6 @@
 
 _UpdateRecordFile:
        jsr UpdateRecordFile
-       stx errno
+       stx __oserror
        txa
        rts