filename | src/sh4/sh4trans.h |
changeset | 1218:be02e87f9f87 |
prev | 1196:a14dbddafd13 |
next | 1263:b3de98d19faf |
author | nkeynes |
date | Mon Feb 13 21:02:42 2012 +1000 (11 years ago) |
permissions | -rw-r--r-- |
last change | Move profile_block setting out of sh4x86 and back into sh4.c. Fix last bits preventing non-translation build |
file | annotate | diff | log | raw |
1.1 --- a/src/sh4/sh4trans.h Wed Dec 14 21:51:55 2011 +10001.2 +++ b/src/sh4/sh4trans.h Mon Feb 13 21:02:42 2012 +10001.3 @@ -103,16 +103,6 @@1.4 void sh4_translate_set_fastmem( gboolean flag );1.6 /**1.7 - * Enable/disable basic block profiling1.8 - */1.9 -void sh4_translate_set_profile_blocks( gboolean flag );1.10 -1.11 -/**1.12 - * Get the boolean flag indicating whether block profiling is on.1.13 - */1.14 -gboolean sh4_translate_get_profile_blocks();1.15 -1.16 -/**1.17 * Set the address spaces for the translated code.1.18 */1.19 void sh4_translate_set_address_space( struct mem_region_fn **priv, struct mem_region_fn **user );
.