]> git.sur5r.net Git - cc65/blobdiff - libsrc/runtime/leq.s
Fixed a bug
[cc65] / libsrc / runtime / leq.s
index 5f8d6d33d6ce33dc322aad6ab3615387a4df3c5c..6349caffc07054f133cf719d19c51fbc79a2a6f8 100644 (file)
@@ -5,11 +5,11 @@
 ;
 
        .export         toseqeax
-       .import         lcmp, booleq
+       .import         toslcmp, booleq
 
-toseqeax:
-       jsr     lcmp            ; Set flags
+toseqeax:                      
+       jsr     toslcmp         ; Set flags
        jmp     booleq          ; Convert to boolean
 
 
-     
+