diff options
author | Made-s <made111@gmx.de> | 2020-05-04 17:15:10 +0200 |
---|---|---|
committer | Made-s <made111@gmx.de> | 2020-05-04 17:15:10 +0200 |
commit | 88d142a33b9973f35c913b3fdad7f6a4394a05cd (patch) | |
tree | c6ad861213ccebb62919e27f6d7f3f1080e1ee76 /include-mw/function_target.h | |
parent | ab28b0b37f2fd9fba6010e48e15bd31170d678d7 (diff) | |
parent | c82690dca094b624944b155e5119631c185bca5c (diff) |
Merge branch 'master' of https://github.com/martmists/pokediamond
Diffstat (limited to 'include-mw/function_target.h')
-rw-r--r-- | include-mw/function_target.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include-mw/function_target.h b/include-mw/function_target.h index 2aaee87e..f37095f9 100644 --- a/include-mw/function_target.h +++ b/include-mw/function_target.h @@ -4,4 +4,8 @@ #define ARM_FUNC _Pragma("thumb off") #define THUMB_FUNC _Pragma("thumb on") +#define ENUMS_ALWAYS_INT_ON _Pragma("enumsalwaysint on") +#define ENUMS_ALWAYS_INT_OFF _Pragma("enumsalwaysint off") +#define ENUMS_ALWAYS_INT_RESET _Pragma("enumsalwaysint reset") + #endif //GUARD_FUNCTION_TARGET_H
\ No newline at end of file |