summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-05-10 17:54:30 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-05-10 17:54:30 -0400
commit7fdebe0d15754d315386a5bb308d5b7a2eaf648f (patch)
tree0a6b8240b49d8aa84f77f12024a6f2a3e35af759 /include/global.h
parentdfc83cf28f0040a62ea52fb7ab7783d4e15baded (diff)
through sub_80DAE0C
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 ec636bb07..b73baf2ce 100644
--- a/include/global.h
+++ b/include/global.h
@@ -11,7 +11,7 @@
// to help in decompiling
#define asm_comment(x) asm volatile("@ -- " x " -- ")
#define asm_unified(x) asm(".syntax unified\n" x "\n.syntax divided")
-#define ASM_DIRECT __attribute__((naked))
+#define NAKED __attribute__((naked))
// IDE support
#if defined (__APPLE__) || defined (__CYGWIN__)