Added -p command line option to allow selection of port dependent processor.
[fw/sdcc] / src / izt / i186.c
index e01ebe4d174ac8e2fc474e40642cad5f1bf78b24..60048a43888f726333c6b12edadca16e656d51a4 100644 (file)
@@ -136,6 +136,7 @@ PORT i186_port = {
     TARGET_ID_I186,
     "i186",
     "Intel 80186",      /* Target name */
+    NULL,
     {
         FALSE,          /* Emit glue around main */
         MODEL_SMALL,