summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-06 21:29:51 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-06 21:29:51 -0500
commit5d7a038cea2cdb57df1354e8e9cbc57931cd4170 (patch)
tree0b29a4293c3cedf6e9db28441db1e24d4e1c23aa /include/global.h
parent38f3f5cc552be4f0a9211db384bd8cf50505b860 (diff)
add NDEBUG define
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index 50d3f9104..dd466678d 100644
--- a/include/global.h
+++ b/include/global.h
@@ -1,8 +1,8 @@
#ifndef GUARD_GLOBAL_H
#define GUARD_GLOBAL_H
-#include "gba/gba.h"
#include "config.h"
+#include "gba/gba.h"
// Prevent cross-jump optimization.
#define BLOCK_CROSS_JUMP asm("");