Search
lxdream.org :: lxdream/src/xlat/xltcache.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/xlat/xltcache.h
changeset 1263:b3de98d19faf
prev1214:49152b3d8b75
author nkeynes
date Sat Aug 25 14:09:07 2012 +1000 (11 years ago)
permissions -rw-r--r--
last change Subst LDFLAGS_FOR_BUILD in configure
file annotate diff log raw
1.1 --- a/src/xlat/xltcache.h Mon Feb 13 12:27:09 2012 +1000
1.2 +++ b/src/xlat/xltcache.h Sat Aug 25 14:09:07 2012 +1000
1.3 @@ -94,15 +94,6 @@
1.4 void xlat_commit_block( uint32_t destsize, sh4addr_t startpc, sh4addr_t endpc );
1.5
1.6 /**
1.7 - * Dump the disassembly of the specified code block to a stream
1.8 - * (primarily for debugging purposes)
1.9 - * @param out The stream to write the output to
1.10 - * @param code a translated block
1.11 - */
1.12 -void xlat_disasm_block( FILE *out, void *code );
1.13 -
1.14 -
1.15 -/**
1.16 * Delete (deactivate) the specified block from the cache. Caller is responsible
1.17 * for ensuring that there really is a block there.
1.18 */
.