includes.isa (8556:2afd82e84d95) includes.isa (8738:66bf413b0d5b)
1// Copyright (c) 2006-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

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

69#include "arch/generic/memhelpers.hh"
70#include "arch/sparc/asi.hh"
71#include "base/bigint.hh"
72#include "cpu/base.hh"
73#include "cpu/exetrace.hh"
74#include "debug/Sparc.hh"
75#include "mem/packet.hh"
76#include "mem/packet_access.hh"
1// Copyright (c) 2006-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

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

69#include "arch/generic/memhelpers.hh"
70#include "arch/sparc/asi.hh"
71#include "base/bigint.hh"
72#include "cpu/base.hh"
73#include "cpu/exetrace.hh"
74#include "debug/Sparc.hh"
75#include "mem/packet.hh"
76#include "mem/packet_access.hh"
77#include "sim/full_system.hh"
77#include "sim/pseudo_inst.hh"
78#include "sim/sim_exit.hh"
79
80using namespace SparcISA;
81using namespace std;
82}};
83
78#include "sim/pseudo_inst.hh"
79#include "sim/sim_exit.hh"
80
81using namespace SparcISA;
82using namespace std;
83}};
84