summaryrefslogtreecommitdiff
path: root/cpu_threaded.c
diff options
context:
space:
mode:
authorTwinaphex2014-12-20 09:14:38 +0100
committerTwinaphex2014-12-20 09:14:38 +0100
commitd10c4afea252e0eb714fc5367e49bca5c6142c07 (patch)
tree5073815fb9062b2156488fa45e33da2191676c82 /cpu_threaded.c
parentba834beeb1550e122ecac62609f34cf7c9717139 (diff)
downloadpicogpsp-d10c4afea252e0eb714fc5367e49bca5c6142c07.tar.gz
picogpsp-d10c4afea252e0eb714fc5367e49bca5c6142c07.tar.bz2
picogpsp-d10c4afea252e0eb714fc5367e49bca5c6142c07.zip
Get rid of function_cc
Diffstat (limited to 'cpu_threaded.c')
-rw-r--r--cpu_threaded.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu_threaded.c b/cpu_threaded.c
index be877da..41ea483 100644
--- a/cpu_threaded.c
+++ b/cpu_threaded.c
@@ -2799,7 +2799,7 @@ u32 translation_flush_count = 0;
#define block_lookup_address_builder(type) \
-u8 function_cc *block_lookup_address_##type(u32 pc) \
+u8 *block_lookup_address_##type(u32 pc) \
{ \
u16 *location; \
u32 block_tag; \