minor update

This commit is contained in:
Blaise Tine
2020-11-23 12:21:39 -08:00
parent a7cd991c87
commit 664ce28426
3 changed files with 3 additions and 24 deletions

View File

@@ -52,7 +52,6 @@ private:
int cycles_left;
std::array<uint8_t, GLOBAL_BLOCK_SIZE> block;
uint32_t tag;
uint32_t addr;
} dram_req_t;
std::unordered_map<int, std::stringstream> print_bufs_;