no comments
[fw/sdcc] / src / mcs51 / gen.c
index 0dbce03e4faf9c3df3f406c97f7eb92a96305232..6dcefa60726362697c362fda1e4766227cdf297d 100644 (file)
@@ -4006,7 +4006,7 @@ genCmp (operand * left, operand * right,
       AOP_TYPE (right) == AOP_CRY)
     {
       emitcode ("mov", "c,%s", AOP (right)->aopu.aop_dir);
-      emitcode ("anl", "c,/%s", AOP (left)->aopu.aop_dir);
+      emitcode ("anl", "c,%s", AOP (left)->aopu.aop_dir);
     }
   else
     {