changeset fc2c4db64ded in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=fc2c4db64ded
description:
Ruby: Remove extra statements from Sequencer
diffstat:
src/mem/ruby/system/Sequencer.cc | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diffs (14 lines):
diff -r 354202312a21 -r fc2c4db64ded src/mem/ruby/system/Sequencer.cc
--- a/src/mem/ruby/system/Sequencer.cc Wed Apr 25 10:45:23 2012 -0400
+++ b/src/mem/ruby/system/Sequencer.cc Wed Apr 25 17:52:03 2012 -0500
@@ -66,10 +66,6 @@
m_outstanding_count = 0;
- m_deadlock_threshold = 0;
- m_instCache_ptr = NULL;
- m_dataCache_ptr = NULL;
-
m_instCache_ptr = p->icache;
m_dataCache_ptr = p->dcache;
m_max_outstanding_requests = p->max_outstanding_requests;
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev