Deleted Added
sdiff udiff text old ( 7202:b99579129992 ) new ( 7350:41e3ee23125e )
full compact
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010 ARM Limited
4// All rights reserved
5//
6// The license below extends only to copyright in the software and shall
7// not be construed as granting a license to any other intellectual
8// property including but not limited to intellectual property relating

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

71using namespace ArmISA;
72}};
73
74output exec {{
75#include "arch/arm/faults.hh"
76#include "arch/arm/isa_traits.hh"
77#include "arch/arm/utility.hh"
78#include "base/condcodes.hh"
79
80#include <cmath>
81#if defined(linux)
82#include <fenv.h>
83#endif
84
85#include "mem/packet.hh"
86#include "mem/packet_access.hh"
87#include "sim/sim_exit.hh"
88
89using namespace ArmISA;
90using std::isnan;
91}};
92