Commit be219c5e authored by Ken Thompson's avatar Ken Thompson

removed debug print

R=r
OCL=34087
CL=34087
parent 792eba22
......@@ -112,7 +112,7 @@ regopt(Prog *firstp)
nr++;
// if too big dont bother
if(nr >= 10000) {
print("********** %S is too big (%d)\n", curfn->nname->sym, nr);
// print("********** %S is too big (%d)\n", curfn->nname->sym, nr);
return;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment