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

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