filename | src/sh4/sh4trans.h |
changeset | 1188:1cc9bb0b3848 |
prev | 1186:2dc47c67bb93 |
next | 1196:a14dbddafd13 |
author | Nathan Keynes <nkeynes@lxdream.org> |
date | Thu Dec 01 01:50:44 2011 +1000 (9 years ago) |
permissions | -rw-r--r-- |
last change | Rearrange the profile dump code so as to avoid xlat => SH4 references |
file | annotate | diff | log | raw |
1.1 --- a/src/sh4/sh4trans.h Tue Nov 29 17:11:40 2011 +10001.2 +++ b/src/sh4/sh4trans.h Thu Dec 01 01:50:44 2011 +10001.3 @@ -171,6 +171,11 @@1.4 */1.5 void sh4_translate_disasm_block( FILE *out, void *code, sh4addr_t source_start, void *native_pc );1.7 +/**1.8 + * Dump the top N blocks in the SH4 translation cache1.9 + */1.10 +void sh4_translate_dump_cache_by_activity( unsigned int topN );1.11 +1.12 #ifdef __cplusplus1.13 }1.14 #endif
.