includes.isa (5786:07f635cab026) includes.isa (5789:46c548dbe620)
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

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

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

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

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