fixed the gencmp setting of supportRtn
[fw/sdcc] / src / pic / gen.c
index d43424272d4b2c6bd3b19d5827c7f90016e7bb46..0c8d2825a42487c7467903567fe6791e23ac6484 100644 (file)
@@ -292,7 +292,6 @@ endOfWorld :
         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");
@@ -8450,8 +8449,6 @@ void genpic14Code (iCode *lic)
 
        default :
            ic = ic;
-           /*      piCode(ic,stdout); */
-           
         }
     }