aboutsummaryrefslogtreecommitdiff
path: root/source/spc700.c
diff options
context:
space:
mode:
authoraliaspider2014-11-01 12:58:18 +0100
committeraliaspider2014-11-01 12:58:18 +0100
commitc5a274455050239c48a9937adf62a6d2ccb529e7 (patch)
tree4c1f381eb5f44ce38af03a390980ffca905792d4 /source/spc700.c
parent67bb9d8467b385378c509c7a801ce0414c9b0ec7 (diff)
downloadsnes9x2005-c5a274455050239c48a9937adf62a6d2ccb529e7.tar.gz
snes9x2005-c5a274455050239c48a9937adf62a6d2ccb529e7.tar.bz2
snes9x2005-c5a274455050239c48a9937adf62a6d2ccb529e7.zip
fix build
Diffstat (limited to 'source/spc700.c')
-rw-r--r--source/spc700.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/spc700.c b/source/spc700.c
index a17c7b7..e95ff46 100644
--- a/source/spc700.c
+++ b/source/spc700.c
@@ -103,7 +103,7 @@ void S9xAPUSetByte(uint8, uint32 address);
#else
#undef INLINE
-#define INLINE inline
+#define INLINE static inline
#include "apumem.h"
#endif