From e8ecf6faa073036d60bae8ffce6ead620b053262 Mon Sep 17 00:00:00 2001 From: johanknol Date: Wed, 2 Apr 2003 14:13:07 +0000 Subject: [PATCH] no comments git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2461 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/ds390/gen.c | 2 +- src/mcs51/gen.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.30.2