Search
lxdream.org :: lxdream/src/sh4/xltcache.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/xltcache.c
changeset 617:476a717a54f3
prev596:dfc0c93d882e
next736:a02d1475ccfd
author nkeynes
date Tue Jan 29 10:39:56 2008 +0000 (16 years ago)
permissions -rw-r--r--
last change Start getting SLEEP into order
file annotate diff log raw
1.1 --- a/src/sh4/xltcache.c Mon Jan 21 11:59:46 2008 +0000
1.2 +++ b/src/sh4/xltcache.c Tue Jan 29 10:39:56 2008 +0000
1.3 @@ -217,7 +217,7 @@
1.4 xlat_recovery_record_t records = (xlat_recovery_record_t)(&block->code[block->recover_table_offset]);
1.5 uint32_t posn;
1.6 if( recover_after ) {
1.7 - if( records[count-1].xlat_offset <= pc_offset ) {
1.8 + if( records[count-1].xlat_offset < pc_offset ) {
1.9 return NULL;
1.10 }
1.11 for( posn=count-1; posn > 0; posn-- ) {
.