]> git.sur5r.net Git - cc65/blobdiff - libsrc/runtime/lge.s
Fixed a bug
[cc65] / libsrc / runtime / lge.s
index f98d9fb0e2be47ef2b9c5fd63915dc2e174d0cfa..1e4df329c320c75579f4b87024f78ae9b7ccbb68 100644 (file)
@@ -5,9 +5,9 @@
 ;
 
        .export         tosgeeax
-               .import         lcmp, boolge
+               .import         toslcmp, boolge
 
 tosgeeax:
-               jsr     lcmp            ; Set the flags
+               jsr     toslcmp         ; Set the flags
                jmp     boolge          ; Convert to boolean