]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos/file/insertrecord.s
errno/oserrno stuff is cleaned up, saved some bytes in dialog box functions
[cc65] / libsrc / geos / file / insertrecord.s
index 5b94de9e8f643e01d00cd4d061e491f7ef46e2d8..2953ecad3e3a5136fc09b35242ab77e9e50b46a3 100644 (file)
@@ -6,6 +6,7 @@
 
 ; char InsertRecord  (void);
 
+           .import __oserror
            .export _InsertRecord
 
            .include "../inc/jumptab.inc"
@@ -13,6 +14,6 @@
        
 _InsertRecord:
        jsr InsertRecord
-       stx errno
+       stx __oserror
        txa
        rts