X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fmcs51%2Fgen.c;h=6dcefa60726362697c362fda1e4766227cdf297d;hb=e8ecf6faa073036d60bae8ffce6ead620b053262;hp=0dbce03e4faf9c3df3f406c97f7eb92a96305232;hpb=56d239cb0d0bc4c6ad3c2a7d8f49a42d60c5ab42;p=fw%2Fsdcc diff --git a/src/mcs51/gen.c b/src/mcs51/gen.c index 0dbce03e..6dcefa60 100644 --- a/src/mcs51/gen.c +++ b/src/mcs51/gen.c @@ -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 {