Minor compile fix. Not sure why this is broken.
--HG-- extra : convert_revision : 6f181b15f37114ca0a3965cabcb2036bd2f97916
This commit is contained in:
parent
18b2d94b8c
commit
ef8b7713ca
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ class OzoneLWLSQ {
|
|||
|
||||
virtual void getDeviceAddressRanges(AddrRangeList &resp,
|
||||
AddrRangeList &snoop)
|
||||
{ resp.clear(); snoop.clear(); snoop.push_back(RangeSize(0,-1); }
|
||||
{ resp.clear(); snoop.clear(); snoop.push_back(RangeSize(0,-1)); }
|
||||
|
||||
virtual bool recvTiming(PacketPtr pkt);
|
||||
|
||||
|
|
Loading…
Reference in a new issue