X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpic%2Fralloc.c;h=a73247fd161fef1266f822a5e722d948b613e5e2;hb=e5a04204a913bafb8528229e2363d2a77456223e;hp=d8b5d8df9a6a0f979f3301a8f847e06f1f39f690;hpb=db96a2818bec6367d73630f4874b057fa7f9f94b;p=fw%2Fsdcc diff --git a/src/pic/ralloc.c b/src/pic/ralloc.c index d8b5d8df..a73247fd 100644 --- a/src/pic/ralloc.c +++ b/src/pic/ralloc.c @@ -82,8 +82,8 @@ set *dynInternalRegs=NULL; static hTab *dynDirectRegNames= NULL; // static hTab *regHash = NULL; /* a hash table containing ALL registers */ -static int dynrIdx=0x20; -static int rDirectIdx=0; +static int dynrIdx = 0x1000; +static int rDirectIdx = 0x5000; int pic14_nRegs = 128; // = sizeof (regspic14) / sizeof (regs);