fixed simulator leak

This commit is contained in:
Blaise Tine
2020-07-21 06:17:41 -07:00
parent ff7f65bd1f
commit fb44de8017
2 changed files with 5 additions and 7 deletions

View File

@@ -21,7 +21,7 @@
typedef struct {
int cycles_left;
uint8_t *data;
std::array<uint8_t, GLOBAL_BLOCK_SIZE> block;
unsigned tag;
} dram_req_t;