From d870c399d37a341ed6d0f59e892bf012df0e3d8a Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Mon, 13 Jul 2015 08:46:16 -0400 Subject: [PATCH] mem: Updated DRAMSim2 wrapper to new drain API Somehow this one slipped through without being updated. --- src/mem/dramsim2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mem/dramsim2.cc b/src/mem/dramsim2.cc index 6d0b84336..64acc5b57 100644 --- a/src/mem/dramsim2.cc +++ b/src/mem/dramsim2.cc @@ -349,7 +349,7 @@ DRAMSim2::getSlavePort(const std::string &if_name, PortID idx) } } -unsigned int +DrainState DRAMSim2::drain() { // check our outstanding reads and writes and if any they need to -- 2.30.2