changeset 07811efc0fde in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=07811efc0fde
description:
mem: Updated DRAMSim2 wrapper to new drain API
Somehow this one slipped through without being updated.
diffstat:
src/mem/dramsim2.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 58fbfddff18d -r 07811efc0fde src/mem/dramsim2.cc
--- a/src/mem/dramsim2.cc Fri Jul 10 16:05:24 2015 -0500
+++ b/src/mem/dramsim2.cc Mon Jul 13 08:46:16 2015 -0400
@@ -349,7 +349,7 @@
}
}
-unsigned int
+DrainState
DRAMSim2::drain()
{
// check our outstanding reads and writes and if any they need to
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev