includes.isa (5083:49559a8060e8) includes.isa (5118:f1b1cb6d0fbe)
1// Copyright (c) 2007 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

140#if FULL_SYSTEM
141#include "sim/pseudo_inst.hh"
142#endif
143
144#include <limits>
145
146#include <cmath>
147#include "arch/x86/miscregs.hh"
1// Copyright (c) 2007 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

140#if FULL_SYSTEM
141#include "sim/pseudo_inst.hh"
142#endif
143
144#include <limits>
145
146#include <cmath>
147#include "arch/x86/miscregs.hh"
148#include "arch/x86/tlb.hh"
148#include "base/bigint.hh"
149#include "cpu/base.hh"
150#include "cpu/exetrace.hh"
151#include "sim/sim_exit.hh"
152#include "mem/packet.hh"
153#include "mem/packet_access.hh"
154
155using namespace X86ISA;
156using namespace std;
157}};
158
149#include "base/bigint.hh"
150#include "cpu/base.hh"
151#include "cpu/exetrace.hh"
152#include "sim/sim_exit.hh"
153#include "mem/packet.hh"
154#include "mem/packet_access.hh"
155
156using namespace X86ISA;
157using namespace std;
158}};
159