* .version: Updated to 2.3.1
[fw/sdcc] / src / mcs51 / main.c
index c06d08a9c6d0b0f6b44360da588127be7f522fe1..3dcb4d86258f15aa223151bfe08ee575ab21ea0b 100644 (file)
@@ -149,6 +149,7 @@ PORT mcs51_port =
   },
   {
     _asmCmd,
+    NULL,
     "-plosgffc",               /* Options with debug */
     "-plosgff",                        /* Options without debug */
     0,
@@ -157,6 +158,7 @@ PORT mcs51_port =
   {
     _linkCmd,
     NULL,
+    NULL,
     ".rel"
   },
   {