Changeset 305
- Timestamp:
- Feb 26, 2013, 4:35:05 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/v5/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp
r295 r305 3706 3706 if( entry.valid) // hit : the copy must be cleared 3707 3707 { 3708 assert( (entry.count > 0) && 3709 "CLEANUP command received with no copy in the directory"); 3710 3708 3711 if ( (entry.count==1) || (entry.is_cnt) ) // no access to the heap 3709 3712 { … … 3773 3776 if (not r_cleanup_is_cnt.read() and not match) { 3774 3777 std::cout 3775 << "VCI_MEM_CACHE ERROR : Cleanup request on a valid "3776 << "entry using linked list mode with no corresponding "3778 << "VCI_MEM_CACHE ERROR : Cleanup request on a valid " 3779 << "entry using linked list mode with no corresponding " 3777 3780 << "directory or heap entry" 3778 3781 << std::endl;
Note: See TracChangeset
for help on using the changeset viewer.