| 304 | // |
| 305 | //************************************************************************************* |
| 306 | bool CFragmentCache::ShouldInvalidateOnWrite( u32 address, u32 length ) const |
| 307 | { |
| 308 | return mCacheCoverage.IsCovered( address, length ); |
| 309 | } |
| 310 | |
| 311 | #ifdef DAEDALUS_DEBUG_DYNAREC |
| 312 | //************************************************************************************* |
no test coverage detected