snooping response handling fix

This commit is contained in:
Blaise Tine 2020-05-12 13:36:55 -04:00
parent fcf3800d5d
commit 1eda9b34d5

View file

@ -28,9 +28,6 @@ Simulator::~Simulator() {
}
void Simulator::attach_ram(RAM* ram) {
#ifndef NDEBUG
std::cout << timestamp << ": [sim] attach_ram" << std::endl;
#endif
ram_ = ram;
dram_rsp_vec_.clear();
}