includes.isa (5912:d113f6def227) includes.isa (5920:5a9c976270d6)
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

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

152#include "arch/x86/miscregs.hh"
153#include "arch/x86/tlb.hh"
154#include "base/bigint.hh"
155#include "cpu/base.hh"
156#include "cpu/exetrace.hh"
157#include "sim/sim_exit.hh"
158#include "mem/packet.hh"
159#include "mem/packet_access.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

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

152#include "arch/x86/miscregs.hh"
153#include "arch/x86/tlb.hh"
154#include "base/bigint.hh"
155#include "cpu/base.hh"
156#include "cpu/exetrace.hh"
157#include "sim/sim_exit.hh"
158#include "mem/packet.hh"
159#include "mem/packet_access.hh"
160#include "mem/request.hh"
160#include "sim/pseudo_inst.hh"
161
162using namespace X86ISA;
163using namespace std;
164}};
165
161#include "sim/pseudo_inst.hh"
162
163using namespace X86ISA;
164using namespace std;
165}};
166