summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/gpu-cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgpu-sim/gpu-cache.h')
-rw-r--r--src/gpgpu-sim/gpu-cache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpgpu-sim/gpu-cache.h b/src/gpgpu-sim/gpu-cache.h
index 3713126..b649135 100644
--- a/src/gpgpu-sim/gpu-cache.h
+++ b/src/gpgpu-sim/gpu-cache.h
@@ -292,8 +292,8 @@ struct sector_cache_block : public cache_block_t {
{
unsigned sidx = get_sector_index(sector_mask);
- if(!m_ignore_on_fill_status[sidx])
- assert( m_status[sidx] == RESERVED );
+ // if(!m_ignore_on_fill_status[sidx])
+ // assert( m_status[sidx] == RESERVED );
m_status[sidx] = m_set_modified_on_fill[sidx]? MODIFIED : VALID;