Deleted Added
sdiff udiff text old ( 14291:722551795497 ) new ( 14295:16025a55b380 )
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

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

38 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39 *
40 * Authors: Gabe Black
41 */
42
43#include "dev/x86/intdev.hh"
44
45void
46X86ISA::IntDevice::init()
47{
48 if (!intMasterPort.isConnected()) {
49 panic("Int port not connected to anything!");
50 }
51}