Search
lxdream.org :: lxdream/src/sh4/xltcache.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/xltcache.h
changeset 950:cc1e88104360
prev936:f394309c399a
author nkeynes
date Wed Jan 07 04:54:32 2009 +0000 (15 years ago)
branchlxdream-mem
permissions -rw-r--r--
last change Remove xlat_get_post_recovery - no longer used and doesn't work correctly anyway
file annotate diff log raw
1.1 --- a/src/sh4/xltcache.h Sat Dec 27 02:59:35 2008 +0000
1.2 +++ b/src/sh4/xltcache.h Wed Jan 07 04:54:32 2009 +0000
1.3 @@ -101,22 +101,10 @@
1.4 void * FASTCALL xlat_get_code( sh4addr_t address );
1.5
1.6 /**
1.7 - * Retrieve the post-instruction recovery record corresponding to the given
1.8 - * native address, or NULL if there is no recovery code for the address.
1.9 - * @param code The code block containing the recovery table.
1.10 - * @param native_pc A pointer that must be within the currently executing
1.11 - * @param with_terminal If false, return NULL instead of the final block record.
1.12 - * return the first record before or equal to the given pc.
1.13 - * translation block.
1.14 - */
1.15 -struct xlat_recovery_record *xlat_get_post_recovery( void *code, void *native_pc, gboolean with_terminal );
1.16 -
1.17 -/**
1.18 * Retrieve the pre-instruction recovery record corresponding to the given
1.19 * native address, or NULL if there is no recovery code for the address.
1.20 * @param code The code block containing the recovery table.
1.21 * @param native_pc A pointer that must be within the currently executing
1.22 - * @param with_terminal If false, return NULL instead of the final block record.
1.23 * return the first record before or equal to the given pc.
1.24 * translation block.
1.25 */
.