updated to reflect changes in the port structure
[fw/sdcc] / src / avr / main.c
index 93a1342b7658895989afb3b8fff412d8a7631d3a..d073f5072e926bf7bf1972de27e725254720fea7 100644 (file)
@@ -161,7 +161,9 @@ PORT avr_port = {
         "-plosgff",            /* Options with debug */
         "-plosgff",            /* Options without debug */
         0,
-       ".s"},
+       ".s",
+        NULL,                  /* no do_assemble */
+       },
        {
         _linkCmd,
          NULL,
@@ -206,6 +208,7 @@ PORT avr_port = {
        _avr_getRegName,
        _avr_keywords,
        _avr_genAssemblerPreamble,
+       NULL,                           /* no genAssemblerEnd */
        _avr_genIVT,
        NULL, // _avr_genXINIT
        _avr_reset_regparm,