includes.isa (8556:2afd82e84d95) includes.isa (8738:66bf413b0d5b)
1// Copyright (c) 2007-2008 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

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

79#include "arch/x86/faults.hh"
80#include "arch/x86/microcode_rom.hh"
81#include "arch/x86/tlb.hh"
82#include "base/loader/symtab.hh"
83#include "base/cprintf.hh"
84#include "base/misc.hh"
85#include "cpu/thread_context.hh" // for Jump::branchTarget()
86#include "mem/packet.hh"
1// Copyright (c) 2007-2008 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

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

79#include "arch/x86/faults.hh"
80#include "arch/x86/microcode_rom.hh"
81#include "arch/x86/tlb.hh"
82#include "base/loader/symtab.hh"
83#include "base/cprintf.hh"
84#include "base/misc.hh"
85#include "cpu/thread_context.hh" // for Jump::branchTarget()
86#include "mem/packet.hh"
87#include "sim/full_system.hh"
87
88#if defined(linux) || defined(__APPLE__)
89#include <fenv.h>
90#endif
91#include <algorithm>
92
93using namespace X86ISA;
94}};

--- 34 unchanged lines hidden ---
88
89#if defined(linux) || defined(__APPLE__)
90#include <fenv.h>
91#endif
92#include <algorithm>
93
94using namespace X86ISA;
95}};

--- 34 unchanged lines hidden ---