fixed the gencmp setting of supportRtn
[fw/sdcc] / src / avr / gen.c
index a388da89887b003160663c00d631259dbcd5b1cd..5496080c9a98c37cc4a77dae35bd9b06c32cd1dc 100644 (file)
@@ -258,7 +258,6 @@ getFreePtr (iCode * ic, asmop ** aopp, bool result, bool zonly)
                return NULL;
        }
 
-       piCode (ic, stdout);
        /* other wise this is true end of the world */
        werror (E_INTERNAL_ERROR, __FILE__, __LINE__,
                "getFreePtr should never reach here");
@@ -5256,8 +5255,6 @@ genAVRCode (iCode * lic)
 
                default:
                        ic = ic;
-                       /*      piCode(ic,stdout); */
-
                }
        }