From 029cda0ee7311ee887adebccda82ec0da764a726 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 25 Mar 2020 12:15:49 +0100 Subject: msp430fr5994lp-256k: aspectc support AspectC++ is not aware of the type "__int20", so we need to map it to a type known to AspectC++ (only for ag++, not g++) and fix its autogenerated constructor signatures. --- include/arch/msp430fr5994lp/int20.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 include/arch/msp430fr5994lp/int20.h (limited to 'include/arch') diff --git a/include/arch/msp430fr5994lp/int20.h b/include/arch/msp430fr5994lp/int20.h new file mode 100644 index 0000000..d648f5c --- /dev/null +++ b/include/arch/msp430fr5994lp/int20.h @@ -0,0 +1,3 @@ +#ifdef __acweaving +#define __int20 long +#endif -- cgit v1.2.3