diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2013-01-17 13:10:12 -0600 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2013-01-17 13:10:12 -0600 |
commit | 5b6f972750f8e9288e81f30d69aecfe1f1960f06 (patch) | |
tree | b959d8320a850c8f89210bdb5a882e6e7164c5df /src/cpu/testers/rubytest/Check.hh | |
parent | 4526f330622f1406fecccedf1ad9a911c6dea305 (diff) | |
download | gem5-5b6f972750f8e9288e81f30d69aecfe1f1960f06.tar.xz |
ruby: remove calls to g_system_ptr->getTime()
This patch further removes calls to g_system_ptr->getTime() where ever other
clocked objects are available for providing current time.
Diffstat (limited to 'src/cpu/testers/rubytest/Check.hh')
-rw-r--r-- | src/cpu/testers/rubytest/Check.hh | 2 |
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); |