summaryrefslogtreecommitdiff
path: root/include/gba/defines.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-02-13 16:08:57 -0500
committerGitHub <noreply@github.com>2020-02-13 16:08:57 -0500
commit5dc85a079d9b18d95e655ebf5709530be41797f9 (patch)
tree2a6c50b6fbb20d074cc6d526cb904b251166de7b /include/gba/defines.h
parentd067f0e6717908f4cb6d0c0ac9ba4fea8eb2cebe (diff)
parentaeebfee838222b9054da0632f2a65d2f934f7e23 (diff)
Merge pull request #742 from PikalaxALT/modern_gcc
Modern gcc
Diffstat (limited to 'include/gba/defines.h')
-rw-r--r--include/gba/defines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gba/defines.h b/include/gba/defines.h
index e53ccfccf..71de1275c 100644
--- a/include/gba/defines.h
+++ b/include/gba/defines.h
@@ -6,6 +6,7 @@
#define TRUE 1
#define FALSE 0
+#define BSS_DATA __attribute__((section(".bss")))
#define IWRAM_DATA __attribute__((section("iwram_data")))
#define EWRAM_DATA __attribute__((section("ewram_data")))
#define UNUSED __attribute__((unused))