filename | src/sh4/sh4trans.h |
changeset | 1186:2dc47c67bb93 |
prev | 1182:b38a327ad8fa |
next | 1188:1cc9bb0b3848 |
author | nkeynes |
date | Tue Nov 29 17:11:40 2011 +1000 (9 years ago) |
permissions | -rw-r--r-- |
last change | Add support for block linking when the block target is fixed. Only a small (~3% improvement) so far. |
file | annotate | diff | log | raw |
1.1 --- a/src/sh4/sh4trans.h Sun Nov 27 18:20:21 2011 +10001.2 +++ b/src/sh4/sh4trans.h Tue Nov 29 17:11:40 2011 +10001.3 @@ -154,6 +154,11 @@1.4 gboolean sh4_translate_flush_cache( void );1.6 /**1.7 + * Given a block's use_list, remove all direct links to the block.1.8 + */1.9 +void sh4_translate_unlink_block( void *use_list );1.10 +1.11 +/**1.12 * Support function called from the translator when a breakpoint is hit.1.13 * Either returns immediately (to skip the breakpoint), or aborts the current1.14 * cycle and never returns.
.