* src/regression/compare10.c,
[fw/sdcc] / src / pic / pcodepeep.c
index 129158937e6f6e782c6f669e0a0e5dc533c6afe0..c3f3602d44f9da1102da2881129722cc36d891a6 100644 (file)
@@ -1878,7 +1878,7 @@ int pCodePeepMatchRule(pCode *pc)
                        inefficient code with the optimized version */
 #ifdef PCODE_DEBUG
                        DFPRINTF((stderr, "Found a pcode peep match:\nRule:\n"));
-                       printpCodeString(stderr,peepBlock->target.pb->pcHead,10);
+                       //printpCodeString(stderr,peepBlock->target.pb->pcHead,10);
                        DFPRINTF((stderr,"first thing matched\n"));
                        pc->print(stderr,pc);
                        if(pcin) {