Deleted Added
sdiff udiff text old ( 9090:e4e22240398f ) new ( 9549:95a536fae9ac )
full compact
1/*
2 * Copyright (c) 2012 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

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

76
77 AddrRangeList getAddrRanges() const
78 {
79 return device->getIntAddrRange();
80 }
81
82 Tick recvMessage(PacketPtr pkt)
83 {
84 return device->recvMessage(pkt);
85 }
86 };
87
88 class IntMasterPort : public MessageMasterPort
89 {
90 IntDev* device;
91 Tick latency;

--- 156 unchanged lines hidden ---