updated to reflect changes in the port structure
[fw/sdcc] / src / pic / main.c
index 01b92363450ea137626cbae3b0a7c3c246a84160..346ffa9886d21930eb4e30be7abccca93edb1d24 100644 (file)
@@ -233,7 +233,8 @@ PORT pic_port =
        //"-plosgffc",          /* Options with debug */
        //"-plosgff",           /* Options without debug */
     0,
-    ".asm"
+    ".asm",
+    NULL                       /* no do_assemble function */
   },
   {
     _linkCmd,
@@ -287,6 +288,7 @@ PORT pic_port =
   _pic14_getRegName,
   _pic14_keywords,
   _pic14_genAssemblerPreamble,
+  NULL,                                /* no genAssemblerEnd */
   _pic14_genIVT,
   NULL, // _pic14_genXINIT
   _pic14_reset_regparm,