]> git.sur5r.net Git - cc65/blobdiff - libsrc/runtime/lule.s
Call __seterrno instead of assigning to _errno and save a few bytes.
[cc65] / libsrc / runtime / lule.s
index 7b080df0a896683968f8159a5eeed9605bf04d54..d898979d5b97a2bfc1698220ef2e87a7f71fc652 100644 (file)
@@ -5,9 +5,9 @@
 ;
 
        .export         tosuleeax
-       .import         lcmp, boolule
+       .import         toslcmp, boolule
 
 tosuleeax:
-               jsr     lcmp            ; Set the flags
+               jsr     toslcmp         ; Set the flags
        jmp     boolule         ; Convert to boolean