From 8bd26b251f0134ff20ce9102e1d844329525cbcb Mon Sep 17 00:00:00 2001 From: johanknol Date: Mon, 21 May 2001 09:56:44 +0000 Subject: [PATCH] removed my secret debugging strategie git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@843 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/mcs51/gen.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mcs51/gen.c b/src/mcs51/gen.c index 6ad7a2a2..f3045088 100644 --- a/src/mcs51/gen.c +++ b/src/mcs51/gen.c @@ -1,4 +1,3 @@ -void CatchMe() {} /*------------------------------------------------------------------------- SDCCgen51.c - source file for code generation for 8051 @@ -1619,7 +1618,6 @@ genIpush (iCode * ic) int size, offset = 0; char *l; - CatchMe(); /* if this is not a parm push : ie. it is spill push and spill push is always done on the local stack */ if (!ic->parmPush) @@ -4992,7 +4990,6 @@ release: /*-----------------------------------------------------------------*/ /* genInline - write the inline code out */ /*-----------------------------------------------------------------*/ -char *johan; static void genInline (iCode * ic) { @@ -5009,7 +5006,6 @@ genInline (iCode * ic) if (*bp == '\n') { *bp++ = '\0'; - johan=bp; emitcode (bp1, ""); bp1 = bp; } @@ -5020,7 +5016,6 @@ genInline (iCode * ic) bp++; *bp = '\0'; bp++; - johan=bp; emitcode (bp1, ""); bp1 = bp; } -- 2.47.2