Added -p command line option to allow selection of port dependent processor.
[fw/sdcc] / src / xa51 / main.c
index eb2c944f840bafa853e95454d38ec796d67b461d..077af218162249492f9414b1bab44d46ff56567c 100755 (executable)
@@ -209,6 +209,7 @@ PORT xa51_port =
   TARGET_ID_XA51,
   "xa51",
   "MCU 80C51XA",                       /* Target name */
+  NULL,                                /* Processor name */
   {
     FALSE,                     /* Emit glue around main */
     MODEL_PAGE0,