summaryrefslogtreecommitdiff
path: root/cpu_threaded.c
diff options
context:
space:
mode:
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; \