* src/z80/gen.c: fixed bug #1294691: nested ifs make compiler crash;
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 9 Jun 2007 15:59:28 +0000 (15:59 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 9 Jun 2007 15:59:28 +0000 (15:59 +0000)
commitbc72e3ca6fae0d92de0bfcf0ebf63253d755ac96
tree3ed3ace5ec2801fa2f8654b6f5bf82bbf4b0309c
parent2ac58d2f2ae483dd746bd9a3c70482c5cb654d0e
* src/z80/gen.c: fixed bug #1294691: nested ifs make compiler crash;
  removed unused swap_sense; removed outBitCLong, replaced with outBitC
* support/regression/tests/bug-1294691.c: added

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4843 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
src/z80/gen.c
support/regression/tests/bug-1294691.c [new file with mode: 0644]