From: tecodev Date: Thu, 16 Mar 2006 09:32:20 +0000 (+0000) Subject: * src/pic16/genarith.c (genAddLit): simplified and fixed case where X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=670bb6fb5c7996b6eb0e3412f12ada73f2c2635b;hp=670bb6fb5c7996b6eb0e3412f12ada73f2c2635b;p=fw%2Fsdcc * src/pic16/genarith.c (genAddLit): simplified and fixed case where the left operand is shorter than the result (c* = lit-c* + int), fixes bug #1450796 * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing OP_SYMBOL git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4064 4a8a32a2-be11-0410-ad9d-d568d2c75423 ---