summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorTwinaphex2014-12-20 09:14:38 +0100
committerTwinaphex2014-12-20 09:14:38 +0100
commitd10c4afea252e0eb714fc5367e49bca5c6142c07 (patch)
tree5073815fb9062b2156488fa45e33da2191676c82 /common.h
parentba834beeb1550e122ecac62609f34cf7c9717139 (diff)
downloadpicogpsp-d10c4afea252e0eb714fc5367e49bca5c6142c07.tar.gz
picogpsp-d10c4afea252e0eb714fc5367e49bca5c6142c07.tar.bz2
picogpsp-d10c4afea252e0eb714fc5367e49bca5c6142c07.zip
Get rid of function_cc
Diffstat (limited to 'common.h')
-rw-r--r--common.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/common.h b/common.h
index 765f028..8b1df6b 100644
--- a/common.h
+++ b/common.h
@@ -60,8 +60,6 @@
#include <pspaudiolib.h>
#include <psprtc.h>
- #define function_cc
-
#define convert_palette(value) \
value = ((value & 0x7FE0) << 1) | (value & 0x1F) \
@@ -98,12 +96,6 @@
void switch_to_main_thread(void);
-#ifdef ARM_ARCH
- #define function_cc
-#else
- #define function_cc __attribute__((regparm(2)))
-#endif
-
typedef unsigned char u8;
typedef signed char s8;
typedef unsigned short int u16;