* src/pic16/glue.c (pic16_print(G)PointerType): do not flush
[fw/sdcc] / src / pic16 / ralloc.c
index b6a50842db49cea97161620c920cb391be79ac6a..5b7b0f0f7459e155a1dfa4cb9c315011d3819bfd 100644 (file)
@@ -960,7 +960,7 @@ pic16_allocRegByName (char *name, int size, operand *op)
      * 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);