Get rid of function_cc

This commit is contained in:
Twinaphex
2014-12-20 09:14:38 +01:00
parent ba834beeb1
commit d10c4afea2
7 changed files with 96 additions and 115 deletions

View File

@@ -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;