* src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
authortecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 21 Jul 2005 17:39:06 +0000 (17:39 +0000)
committertecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 21 Jul 2005 17:39:06 +0000 (17:39 +0000)
commit9eadc1d28a7826eca9f07b8c274a76a45c98b5d4
tree46a65060414e1e60624676a96b568c65a31fa3ce
parent98a8cc0a546d822058cccec0ddb8d8498ea69b7e
* src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
  architecture cannot handle them efficiently, fixes bug #1235003
* src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
  check for empty sets before using them (fixes bug #1232190)

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3805 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
src/pic/gen.c
src/pic16/device.c