Cumulative patch for pic16 port
[fw/sdcc] / src / pic16 / ralloc.c
index b283377805b123adaf9a30e055f873b1bc971b66..93cab98daa5fe1301d79092c2a845a0d526c19ea 100644 (file)
@@ -750,7 +750,9 @@ pic16_allocRegByName (char *name, int size, operand *op)
     /* Register wasn't found in hash, so let's create
      * a new one and put it in the hash table AND in the 
      * dynDirectRegNames set */
-       fprintf (stderr,"%s:%d symbol name %s\tregop= %p\n", __FUNCTION__, __LINE__, name, op);
+
+//     fprintf (stderr,"%s:%d symbol name %s\tregop= %p\n", __FUNCTION__, __LINE__, name, op);
+
     reg = newReg(REG_GPR, PO_DIR, rDirectIdx++, name,size,0, op);
 
     debugLog ("%d  -- added %s to hash, size = %d\n", __LINE__, name,reg->size);