* src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
authortecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 20 May 2006 16:55:08 +0000 (16:55 +0000)
committertecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 20 May 2006 16:55:08 +0000 (16:55 +0000)
commit10ecf7f3793460f370a97f69e98bc7bffecdf115
treeda59981c95029b5c2d266a81ac32d2fb2c793b72
parent5090d54ddb06b2c7aee5103eb59250fa99420c2b
* src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
* src/pic16/ralloc.c (newReg): use correct name in hashtable,
  (allocReg): add only new registers to dynAllocRegs,
  (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
    #1489055, #1445850, and probably #1483693

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