60a61,69
> if (m_uncompressed_trace != NULL) {
> if (m_block_size_bytes < RubySystem::getBlockSizeBytes()) {
> // Block sizes larger than when the trace was recorded are not
> // supported, as we cannot reliably turn accesses to smaller blocks
> // into larger ones.
> panic("Recorded cache block size (%d) < current block size (%d) !!",
> m_block_size_bytes, RubySystem::getBlockSizeBytes());
> }
> }
155,156c164,165
< uint64_t
< CacheRecorder::aggregateRecords(uint8_t **buf, uint64_t total_size)
---
> uint64
> CacheRecorder::aggregateRecords(uint8_t** buf, uint64 total_size)
161c170
< uint64_t current_size = 0;
---
> uint64 current_size = 0;