mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-09-07 08:44:34 +02:00
Get rid of function_cc
This commit is contained in:
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user