Interworking always on, add THUMB and ARM macros

This commit is contained in:
Aetias
2024-02-17 13:05:54 +01:00
parent 3a25fcc17d
commit ac858cb5da
3 changed files with 26 additions and 33 deletions
+3
View File
@@ -16,6 +16,9 @@
#define NONMATCH
#endif
#define ARM _Pragma("thumb off")
#define THUMB _Pragma("thumb on")
// `override` was added in C++11 before the DS, so we only use the keyword to indicate overriden functions
#define override