mem,arch-arm,mem-ruby,cpu: Remove use of deprecated base port owner
Change-Id: I29214278c3dd4829c89a6f7c93214b8123912e74 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/67452 Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu> Tested-by: kokoro <noreply+kokoro@google.com> Maintainer: Daniel Carvalho <odanrc@yahoo.com.br> Maintainer: Bobby Bruce <bbruce@ucdavis.edu> Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
This commit is contained in:
committed by
Gabriel B.
parent
d40ed0f826
commit
7f4c92c910
@@ -74,7 +74,7 @@ class ProtocolTester : public ClockedObject
|
||||
public:
|
||||
SeqPort(const std::string &_name, ProtocolTester *_tester, PortID _id,
|
||||
PortID _index)
|
||||
: RequestPort(_name, _tester, _id)
|
||||
: RequestPort(_name, _id)
|
||||
{}
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user