Changeset 26270
- Timestamp:
- 07/05/08 20:44:17 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
haiku/branches/developer/bonefish/vm/src/system/kernel/vm/vm_store_anonymous_noswap.cpp
r26250 r26270 154 154 { 155 155 if (source->type != CACHE_TYPE_RAM) { 156 panic("VMAnonymousCache::MergeStore(): merge with non-RAM cache "156 panic("VMAnonymousCache::MergeStore(): merge with non-RAM cache %p " 157 157 "requested", source); 158 158 return;
