X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Favr%2Fmain.c;h=828c3c033f19bee402fa721fa54dd7f2210cde01;hb=116a1bfc169e441ed10267f1b0fe8a2336b6dc78;hp=5c499e9ecafd643c6797ba377894cfcc6a2f3e75;hpb=cf7d00ac6acd181f85f8ecaf4d88d8d188429435;p=fw%2Fsdcc diff --git a/src/avr/main.c b/src/avr/main.c index 5c499e9e..828c3c03 100644 --- a/src/avr/main.c +++ b/src/avr/main.c @@ -48,7 +48,7 @@ _avr_reset_regparm (void) } static int -_avr_regparm (sym_link * l) +_avr_regparm (sym_link * l, bool reentrant) { /* the first eight bytes will be passed in registers r16-r23. but we won't split variables @@ -217,6 +217,7 @@ PORT avr_port = { "HOME", NULL, // initialized xdata NULL, // a code copy of xiseg + "CONST (CODE)", // const_name - const data (code or not) NULL, NULL, 0,