git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2124
4a8a32a2-be11-0410-ad9d-
d568d2c75423
+2002-12-28 Bernhard Held <bernhard@bernhardheld.de>
+ * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
+
2002-12-27 Bernhard Held <bernhard@bernhardheld.de>
* as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
if (offset > (aop->size - 1))
return FALSE;
- switch (aop->type)
+ switch (aop->type)
{
case AOP_R0:
case AOP_R1:
if (aop->paged)
return TRUE;
+ return FALSE;
case AOP_DPTR:
return TRUE;
case AOP_IMMD: