From 1eda9b34d5217efebe7a5dc5257b22d947025dad Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Tue, 12 May 2020 13:36:55 -0400 Subject: [PATCH] snooping response handling fix --- hw/simulate/simulator.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/hw/simulate/simulator.cpp b/hw/simulate/simulator.cpp index 9cc669d9..5683bdc4 100644 --- a/hw/simulate/simulator.cpp +++ b/hw/simulate/simulator.cpp @@ -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(); }