]> git.gag.com Git - fw/sdcc/blobdiff - src/mcs51/main.c
updated to reflect changes in the port structure
[fw/sdcc] / src / mcs51 / main.c
index 5aaa53ece3efacae6e6feae813d409d9c9882f56..b91a622c9c9b773258744fcf2de2f431a2fcddac 100644 (file)
@@ -209,7 +209,8 @@ PORT mcs51_port =
     "-plosgffc",               /* Options with debug */
     "-plosgff",                        /* Options without debug */
     0,
-    ".asm"
+    ".asm",
+    NULL                       /* no do_assemble function */
   },
   {
     _linkCmd,
@@ -259,6 +260,7 @@ PORT mcs51_port =
   _mcs51_getRegName,
   _mcs51_keywords,
   _mcs51_genAssemblerPreamble,
+  NULL,                                /* no genAssemblerEnd */
   _mcs51_genIVT,
   _mcs51_genXINIT,
   _mcs51_reset_regparm,