* src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
authormaartenbrock <maartenbrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 24 Mar 2006 15:27:11 +0000 (15:27 +0000)
committermaartenbrock <maartenbrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 24 Mar 2006 15:27:11 +0000 (15:27 +0000)
commit27b803bc9d53a96b6e4c518d76ea0066e0eb9a8e
tree3d1f8144b6c9307a0794da723f395b1269a1fc61
parent3e426896dde4a23fa67ba9a33811b2784154e0c9
* src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
  implemented patch 1120823 Thanks to Willy De la Court (normal
  interrupts need an interrupt number now if they are made critical),
  and enabled nesting of critical functions though not for gbz80
  (genCritical, genEndCritical): added functions
  (genZ80Code): added cases for CRITICAL and ENDCRITICAL
* src/z80/mappings.i: added "ei" to all mappings

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4070 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
src/z80/gen.c
src/z80/mappings.i