Deleted Added
sdiff udiff text old ( 11139:bd894d2bdd7c ) new ( 11173:3a4d1b5cd05c )
full compact
1/*
2 * Copyright (c) 2012-2013, 2015 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 330 unchanged lines hidden (view full) ---

339}
340
341bool
342CommMonitor::recvTimingSnoopResp(PacketPtr pkt)
343{
344 return masterPort.sendTimingSnoopResp(pkt);
345}
346
347bool
348CommMonitor::isSnooping() const
349{
350 // check if the connected master port is snooping
351 return slavePort.isSnooping();
352}
353
354AddrRangeList

--- 193 unchanged lines hidden ---