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=afe799e7802f38d1f55e1bd2044451ba164743b1;hpb=38be457fa32d3ab0721ec1fc9e5086b745e17468 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 */