diff options
-rw-r--r-- | src/storage/dram.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storage/dram.cc b/src/storage/dram.cc index 7197668..7db5676 100644 --- a/src/storage/dram.cc +++ b/src/storage/dram.cc @@ -10,6 +10,7 @@ Dram::Dram(int lines, int delay) this->delay = delay; this->wait_time = this->delay; this->lower = nullptr; + this->requester = IDLE; } Dram::~Dram() { delete this->data; } |