]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos/file/followchain.s
Started to add text output functions
[cc65] / libsrc / geos / file / followchain.s
index a76d9c6ead542e672b549b6793517824827a5288..efdb17a640420656a021ffee297f8af373fbc1af 100644 (file)
@@ -7,7 +7,7 @@
 ; char FollowChain  (struct tr_se *myTrSe, char *buffer);
 
            .export _FollowChain
-           .import popax
+           .import popax, __oserror
            .import gettrse
 
            .include "../inc/jumptab.inc"
@@ -21,6 +21,6 @@ _FollowChain:
        sta r1L
        stx r1H
        jsr FollowChain
-       stx errno
+       stx __oserror
        txa
        rts