From d39c9939b765085fd670a91278845b03eb65879f Mon Sep 17 00:00:00 2001 From: sandeep Date: Sat, 24 Jun 2000 23:41:23 +0000 Subject: [PATCH] forgot to make the change for AVR git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@285 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/avr/ralloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/avr/ralloc.c b/src/avr/ralloc.c index a2f80849..728a05c5 100644 --- a/src/avr/ralloc.c +++ b/src/avr/ralloc.c @@ -1078,7 +1078,7 @@ static void serialRegAssign (eBBlock **ebbs, int count) OP_SYMBOL(IC_LEFT(ic)),ic->lineno); /* do the same for the right operand */ if (IC_RIGHT(ic) && IS_SYMOP(IC_RIGHT(ic)) && - OP_SYMBOL(IC_RIGHT(ic))->nRegs && ic->op != '=') + OP_SYMBOL(IC_RIGHT(ic))->nRegs ) positionRegs(OP_SYMBOL(IC_RESULT(ic)), OP_SYMBOL(IC_RIGHT(ic)),ic->lineno); -- 2.47.2