* src/pic/ralloc.c,
[fw/sdcc] / src / pic / ralloc.c
index d8b5d8df9a6a0f979f3301a8f847e06f1f39f690..a73247fd161fef1266f822a5e722d948b613e5e2 100644 (file)
@@ -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);