]> git.gag.com Git - fw/sdcc/commit
* src/pic16/pcode.h: added second memory operand to pCodeOpReg
authortecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 24 Jan 2005 00:18:44 +0000 (00:18 +0000)
committertecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 24 Jan 2005 00:18:44 +0000 (00:18 +0000)
commit545a92196cf9e71b14b551427e8ab7ffbf8ea582
tree3b8f545641b900698224f3d84cb26fd64dc5c9fe
parent6f28b22e862a0cc4910fdb75d4eed1f89a3cc60a
* src/pic16/pcode.h: added second memory operand to pCodeOpReg
  to enable upcast to pCodeOpReg2 (there is no type tag to
  differenciate the two and pic16_popGet2p casts into PCOR2)
* src/pic16/main.c (_process_pragma): fixed another malloc bug
  (sizeof(sectNames) changed to sizeof(sectName))
  Both patches fix segfaults under MinGW.

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