Search
lxdream.org :: lxdream/src/sh4/cache.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/cache.c
changeset 983:b0d0785aa194
prev980:deb4361928fe
next1067:d3c00ffccfcd
author nkeynes
date Mon Jun 08 04:12:21 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change General cleanup of the GD-rom subsystem
- merge gdrom_image_t and gdrom_disc_t
- Abstract MMC devices using a lower-level scsi transport
- OSX: only look at the whole disc device, and ignore partitions
file annotate diff log raw
1.1 --- a/src/sh4/cache.c Wed Feb 04 21:45:21 2009 +0000
1.2 +++ b/src/sh4/cache.c Mon Jun 08 04:12:21 2009 +0000
1.3 @@ -423,7 +423,7 @@
1.4
1.5 if( reg & CCR_OCI ) { /* ocache invalidate */
1.6 for( i=0; i<OCACHE_ENTRY_COUNT; i++ ) {
1.7 - ccn_icache[i].key = -1;
1.8 + ccn_ocache[i].key = -1;
1.9 ccn_ocache[i].tag &= ~(CACHE_VALID|CACHE_DIRTY);
1.10 }
1.11 }
.