Merge branch ucsim-034-pre3 to main trunk; new version 0.4
[fw/sdcc] / sim / ucsim / cmd.src / cmdconf.cc
index 92aae0c2d65d48fbe4810775e31e7f1b8706d0d6..1d4d79e5ee4c3f5cc267e8b25484f2eb44f8da88 100644 (file)
@@ -50,7 +50,8 @@ COMMAND_DO_WORK_UC(cl_conf_cmd)
 
   con->dd_printf("ucsim version %s\n", VERSIONSTR);
   con->dd_printf("Type of microcontroller: %s\n", uc->id_string());
-  con->dd_printf("Controller has %d hardware element(s).\n", uc->hws->count);
+  con->dd_printf("Controller has %d hardware element(s).\n",
+                uc->hws->count);
   for (i= 0; i < uc->hws->count; i++)
     {
       class cl_hw *hw= (class cl_hw *)(uc->hws->at(i));