From: johanknol Date: Wed, 2 Apr 2003 14:13:07 +0000 (+0000) Subject: no comments X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=e8ecf6faa073036d60bae8ffce6ead620b053262;p=fw%2Fsdcc no comments git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2461 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/ds390/gen.c b/src/ds390/gen.c index d472def1..ad5d8c4e 100644 --- a/src/ds390/gen.c +++ b/src/ds390/gen.c @@ -5388,7 +5388,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 { 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 {