From 1e3c383ff53842cd2fe2134278b448fffebb15e9 Mon Sep 17 00:00:00 2001 From: red031000 Date: Wed, 16 Sep 2020 18:18:33 +0100 Subject: arm9 CARD_common --- include-mw/function_target.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include-mw') diff --git a/include-mw/function_target.h b/include-mw/function_target.h index 3834419c..84b7e1cd 100644 --- a/include-mw/function_target.h +++ b/include-mw/function_target.h @@ -8,4 +8,6 @@ #define ENUMS_ALWAYS_INT_OFF _Pragma("enumsalwaysint off") #define ENUMS_ALWAYS_INT_RESET _Pragma("enumsalwaysint reset") +#define ALIGN(num) __attribute__ ((aligned(num))) + #endif //GUARD_FUNCTION_TARGET_H -- cgit v1.2.3