summaryrefslogtreecommitdiff
path: root/src/mem/ruby/tester/SyntheticDriver.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/ruby/tester/SyntheticDriver.hh')
-rw-r--r--src/mem/ruby/tester/SyntheticDriver.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/ruby/tester/SyntheticDriver.hh b/src/mem/ruby/tester/SyntheticDriver.hh
index dc0f1be1d..18c463e88 100644
--- a/src/mem/ruby/tester/SyntheticDriver.hh
+++ b/src/mem/ruby/tester/SyntheticDriver.hh
@@ -60,7 +60,7 @@ public:
void recordSwapLatency(Time time);
void recordReleaseLatency(Time time);
- void hitCallback(NodeID proc, SubBlock& data, CacheRequestType type, int thread);
+ void hitCallback(Packet* pkt);
void conflictCallback(NodeID proc, SubBlock& data, CacheRequestType type, int thread) {assert(0);}
void abortCallback(NodeID proc, SubBlock& data, CacheRequestType type, int thread);
void wakeup();