* fixed bug 1045046 - SIGSEGV with really simple code?:
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 14 Apr 2005 18:45:46 +0000 (18:45 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 14 Apr 2005 18:45:46 +0000 (18:45 +0000)
commit79d7c5b768f19fe5adce323d5d6574c415f0bf7a
treee372d05f1c1ea2e9c729af90909bf54686c7a0ac
parenta3924808a8b7d3554b7e8a34af3c086d549e239a
* fixed bug 1045046 - SIGSEGV with really simple code?:
  src/pic16/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
  src/pic16/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow

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