X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Favr%2Fmain.c;h=010957530b5e4008bdd015a0ae5e0218abb5375a;hb=affc5e817550e87639314a8c251b2921724415db;hp=b097d09362c23d12ee03bced59b047373fa53190;hpb=b1176539b41432fec283cb2d21b77efda04b3780;p=fw%2Fsdcc diff --git a/src/avr/main.c b/src/avr/main.c index b097d093..01095753 100644 --- a/src/avr/main.c +++ b/src/avr/main.c @@ -185,6 +185,8 @@ PORT avr_port = { "OSEG", "GSFINAL", "HOME", + NULL, // initialized xdata + NULL, // a code copy of xiseg NULL, NULL, 0, @@ -205,6 +207,7 @@ PORT avr_port = { _avr_keywords, _avr_genAssemblerPreamble, _avr_genIVT, + NULL, // _avr_genXINIT _avr_reset_regparm, _avr_regparm, NULL, @@ -217,6 +220,8 @@ PORT avr_port = { 0, /* leave ge */ 0, /* leave != */ 0, /* leave == */ - FALSE, /* No array initializer support. */ + FALSE, /* No array initializer support. */ + 0, /* no CSE cost estimation yet */ + NULL, /* no builtin functions */ PORT_MAGIC };