removed my secret debugging strategie
authorjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 21 May 2001 09:56:44 +0000 (09:56 +0000)
committerjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 21 May 2001 09:56:44 +0000 (09:56 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@843 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/mcs51/gen.c

index 6ad7a2a2d98917dbd8593bfc60559dc989df45a8..f30450882a0e82e3a2c129639e5bc548b2ff5d08 100644 (file)
@@ -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;
            }