X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=nesc.git;a=blobdiff_plain;f=src%2Fmachine%2Favr.c;fp=src%2Fmachine%2Favr.c;h=8b1b19be7c1cb6fecd1bae6f1125ef5cb8dafa46;hp=a2bc1a1398cf273c6b842b1af61514b11bf3a15a;hb=7b54393e237ed8f23c0c74f0a6cbc8de26c5bf98;hpb=57d4530c4d6814fa25338a00cc65b95938c723b6 diff --git a/src/machine/avr.c b/src/machine/avr.c index a2bc1a1..8b1b19b 100644 --- a/src/machine/avr.c +++ b/src/machine/avr.c @@ -37,6 +37,7 @@ static machine_spec avr_machine = { 1, 1, 1, 1, /* int1/2/4/8 align */ 2, 2, /* wchar_t, size_t size */ TRUE, TRUE, /* char, wchar_t signed */ + NULL, /* no attribute for async functions */ NULL, /* adjust_field_align */