filename | src/sh4/sh4trans.h |
changeset | 1263:b3de98d19faf |
prev | 1218:be02e87f9f87 |
next | 1292:799fdd4f704a |
author | nkeynes |
date | Tue Mar 06 09:04:34 2012 +1000 (10 years ago) |
permissions | -rw-r--r-- |
last change | Break host disassembly bits out of sh4x86.in, and move the generic disasm bits from x86dasm to xlat. |
file | annotate | diff | log | raw |
1.1 --- a/src/sh4/sh4trans.h Mon Feb 13 21:02:42 2012 +10001.2 +++ b/src/sh4/sh4trans.h Tue Mar 06 09:04:34 2012 +10001.3 @@ -166,6 +166,12 @@1.4 */1.5 void sh4_translate_dump_cache_by_activity( unsigned int topN );1.7 +/**1.8 + * Translator function to retrieve the target block for the given PC,1.9 + * and replace the callsite with a direct branch to the target block.1.10 + */1.11 +void FASTCALL sh4_translate_link_block( uint32_t pc );1.12 +1.13 #ifdef __cplusplus1.14 }1.15 #endif
.