From d10c4afea252e0eb714fc5367e49bca5c6142c07 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sat, 20 Dec 2014 09:14:38 +0100 Subject: Get rid of function_cc --- cpu_threaded.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu_threaded.c') 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; \ -- cgit v1.2.3