diff options
Diffstat (limited to 'src/mem/ruby/tester')
-rw-r--r-- | src/mem/ruby/tester/SyntheticDriver.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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; |