updated to reflect changes in the port structure
[fw/sdcc] / src / izt / tlcs900h.c
index 9122bff41dc2e496df2387100dc947bd9969bad9..48a854f1a12dd0aeffff9098ab52ca5beda9626b 100644 (file)
@@ -146,7 +146,8 @@ PORT tlcs900h_port =
     NULL,
     NULL,
     0,
-    NULL
+    NULL,
+    NULL                       /* no do_assemble function */
   },
   {
     _linkCmd,
@@ -196,6 +197,7 @@ PORT tlcs900h_port =
   _tlcs900h_getRegName,
   _tlcs900h_keywords,
   _tlcs900h_genAssemblerPreamble,
+  NULL,                                /* no genAssemblerEnd */
   _tlcs900h_genIVT,
   0, // _tlcs900h_genXINIT
   _tlcs900h_reset_regparm,