X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=nesc.git;a=blobdiff_plain;f=src%2Fmachine%2Fmsp430.c;fp=src%2Fmachine%2Fmsp430.c;h=f3dcc28b214b1f00ef27996d596a0a451318d01b;hp=6e6dff4006ead260a6b0674270f19908a36412ed;hb=7b54393e237ed8f23c0c74f0a6cbc8de26c5bf98;hpb=57d4530c4d6814fa25338a00cc65b95938c723b6 diff --git a/src/machine/msp430.c b/src/machine/msp430.c index 6e6dff4..f3dcc28 100644 --- a/src/machine/msp430.c +++ b/src/machine/msp430.c @@ -39,6 +39,7 @@ static machine_spec msp430_machine = { 1, 2, 2, 2, /* 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 */