* src/pic/pcode.c: changed inverted ops for DECFSZ/DECFSZW and
authortecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 20 Nov 2006 22:04:40 +0000 (22:04 +0000)
committertecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 20 Nov 2006 22:04:40 +0000 (22:04 +0000)
commitad6083d850f62e441205aabd05f5bf445b384191
tree59f22a841b0f3ce359ed3c2266157eaf6ea78e8d
parentbce1a2b24acdb7b21ee0e384108f46811d2f55c5
* src/pic/pcode.c: changed inverted ops for DECFSZ/DECFSZW and
  INCFSZ/INCFSZW and declared them as changing Z bit,
  (insertPCodeInstruction): correctly invert the above instructions,
  fixes #1599333,
  (DoBankSelect): don't panic on po_immediates

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