fixed a compiler crash
[fw/sdcc] / src / SDCCast.c
index 2e95ad9f275b7dbb961315004fa6287dde1b5fe4..1300ecba98892aa3f084544c461df7c9331f1193 100644 (file)
@@ -752,6 +752,7 @@ processParms (ast * func,
     fprintf (stderr, "assigned to type --> '");
     printTypeChain (defParm->type, stderr);
     fprintf (stderr, "'\n");
+    return 1;
   }
 
   /* if the parameter is castable then add the cast */