--- a/src/sh4/sh4trans.h Mon Feb 13 21:02:42 2012 +1000 +++ b/src/sh4/sh4trans.h Tue Mar 06 09:04:34 2012 +1000 @@ -166,6 +166,12 @@ */ void sh4_translate_dump_cache_by_activity( unsigned int topN ); +/** + * Translator function to retrieve the target block for the given PC, + * and replace the callsite with a direct branch to the target block. + */ +void FASTCALL sh4_translate_link_block( uint32_t pc ); + #ifdef __cplusplus } #endif