From 4c5341831c0af7573552629a76b9ef5baadc81a9 Mon Sep 17 00:00:00 2001 From: Demki Date: Fri, 1 May 2020 09:08:03 +0300 Subject: add thumb/arm macros and change makefiles to reflect that. and decompilation of FUN_020910A4.c --- include-mw/function_target.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include-mw/function_target.h (limited to 'include-mw/function_target.h') 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 -- cgit v1.2.3