DEBUG_SAME_INT -> DEBUG_SAME_SIZE
This commit is contained in:
@@ -243,7 +243,7 @@ void CacheArray<T>::Flush() {
|
||||
cache_->StopRead(blockid);
|
||||
}
|
||||
|
||||
DEBUG_SAME_INT(metadata->lock_count, 0);
|
||||
DEBUG_SAME_SIZE(metadata->lock_count, 0);
|
||||
metadata->data = NULL;
|
||||
fifo_[i] = -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user