summaryrefslogtreecommitdiff
path: root/src/cpu/testers/rubytest/Check.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/testers/rubytest/Check.hh')
-rw-r--r--src/cpu/testers/rubytest/Check.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/testers/rubytest/Check.hh b/src/cpu/testers/rubytest/Check.hh
index 6396189cc..47d790b1e 100644
--- a/src/cpu/testers/rubytest/Check.hh
+++ b/src/cpu/testers/rubytest/Check.hh
@@ -50,7 +50,7 @@ class Check
int _num_readers, RubyTester* _tester);
void initiate(); // Does Action or Check or nether
- void performCallback(NodeID proc, SubBlock* data);
+ void performCallback(NodeID proc, SubBlock* data, Time curTime);
const Address& getAddress() { return m_address; }
void changeAddress(const Address& address);