From 3d2acc547c53d93dd8ab342e29d5bf4d0bad7719 Mon Sep 17 00:00:00 2001 From: Derek Hower Date: Mon, 11 May 2009 10:38:45 -0700 Subject: ruby: added Packet interface to makeRequest and isReady. Also pushed Packet usage into the Sequencer --- src/mem/ruby/tester/SyntheticDriver.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mem/ruby/tester') diff --git a/src/mem/ruby/tester/SyntheticDriver.hh b/src/mem/ruby/tester/SyntheticDriver.hh index 20f929d87..fa40326e2 100644 --- a/src/mem/ruby/tester/SyntheticDriver.hh +++ b/src/mem/ruby/tester/SyntheticDriver.hh @@ -61,7 +61,7 @@ public: void recordReleaseLatency(Time time); void hitCallback(NodeID proc, SubBlock& data, CacheRequestType type, int thread); - void conflictCallback(NodeID proc, SubBlock& data, CacheRequestType type, int thread) {assert(0)}; + void conflictCallback(NodeID proc, SubBlock& data, CacheRequestType type, int thread) {assert(0);} void abortCallback(NodeID proc, SubBlock& data, CacheRequestType type, int thread); void wakeup(); void printStats(ostream& out) const; -- cgit v1.2.3