mem: Updated DRAMSim2 wrapper to new drain API

Somehow this one slipped through without being updated.
This commit is contained in:
Andreas Hansson 2015-07-13 08:46:16 -04:00
parent bfe7ee96ad
commit d870c399d3

View file

@ -349,7 +349,7 @@ DRAMSim2::getSlavePort(const std::string &if_name, PortID idx)
} }
} }
unsigned int DrainState
DRAMSim2::drain() DRAMSim2::drain()
{ {
// check our outstanding reads and writes and if any they need to // check our outstanding reads and writes and if any they need to