summaryrefslogtreecommitdiff
path: root/include-mw/function_target.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-05-01 07:54:42 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-05-01 07:54:42 -0400
commit9137144cc872024e7bf193b46b755330d66e343f (patch)
tree191c1c257dfceac54525667d4c620a7eb81e32fd /include-mw/function_target.h
parent6c3731902319116e8e73b14e2b75d5fd8c9642ff (diff)
parent90d38f053ff21a5d6cd967de29dc440cbba9aa29 (diff)
Merge branch 'master' of https://github.com/martmists/pokediamond into pikalax_work
Diffstat (limited to 'include-mw/function_target.h')
-rw-r--r--include-mw/function_target.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include-mw/function_target.h b/include-mw/function_target.h
new file mode 100644
index 00000000..2aaee87e
--- /dev/null
+++ b/include-mw/function_target.h
@@ -0,0 +1,7 @@
+#ifndef GUARD_FUNCTION_TARGET_H
+#define GUARD_FUNCTION_TARGET_H
+
+#define ARM_FUNC _Pragma("thumb off")
+#define THUMB_FUNC _Pragma("thumb on")
+
+#endif //GUARD_FUNCTION_TARGET_H \ No newline at end of file