]> git.sur5r.net Git - cc65/blobdiff - libsrc/runtime/lne.s
Fixed a bug
[cc65] / libsrc / runtime / lne.s
index d948fc271acb722009c8ece6f824b1cfc68fa6a8..e0f0485793b001c24e4834b9a64f7b109acd4b03 100644 (file)
@@ -5,10 +5,10 @@
 ;
 
        .export         tosneeax
-       .import         lcmp, boolne
+       .import         toslcmp, boolne
 
 tosneeax:
-       jsr     lcmp            ; Set flags
+       jsr     toslcmp         ; Set flags
        jmp     boolne          ; Convert to boolean