From: kvigor Date: Mon, 14 Feb 2000 23:35:57 +0000 (+0000) Subject: Left some debugs turned on in previous commit X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=04f99bbe686b70e3630a205653a7c6124252b1d7;p=fw%2Fsdcc Left some debugs turned on in previous commit git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@106 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/mcs51/gen.c b/src/mcs51/gen.c index 93bc1c24..60b7b2de 100644 --- a/src/mcs51/gen.c +++ b/src/mcs51/gen.c @@ -2265,12 +2265,12 @@ static int findLabelBackwards(iCode *ic, int key) if (ic->op == LABEL && IC_LABEL(ic)->key == key) { - printf("findLabelBackwards = %d\n", count); + /* printf("findLabelBackwards = %d\n", count); */ return count; } } - printf("findLabelBackwards: not found.\n"); + /* printf("findLabelBackwards: not found.\n"); */ return 0; }