Deleted Added
sdiff udiff text old ( 10694:1a6785e37d81 ) new ( 11144:90eeefe7e341 )
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

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

145 {
146 panic("recvMessage not implemented.\n");
147 return 0;
148 }
149
150 virtual Tick
151 recvResponse(PacketPtr pkt)
152 {
153 panic("recvResponse not implemented.\n");
154 return 0;
155 }
156
157 virtual AddrRangeList
158 getIntAddrRange() const
159 {
160 panic("intAddrRange not implemented.\n");
161 }

--- 89 unchanged lines hidden ---