includes.isa (2754:e3d023bc752c) includes.isa (2989:9a6f66c38acc)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2006 The Regents of The University of Michigan
4// All rights reserved.
5//
6// Redistribution and use in source and binary forms, with or without
7// modification, are permitted provided that the following conditions are
8// met: redistributions of source code must retain the above copyright

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

70#endif
71
72#ifdef FULL_SYSTEM
73//#include "arch/alpha/pseudo_inst.hh"
74#endif
75#include "cpu/base.hh"
76#include "cpu/exetrace.hh"
77#include "sim/sim_exit.hh"
1// -*- mode:c++ -*-
2
3// Copyright (c) 2006 The Regents of The University of Michigan
4// All rights reserved.
5//
6// Redistribution and use in source and binary forms, with or without
7// modification, are permitted provided that the following conditions are
8// met: redistributions of source code must retain the above copyright

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

70#endif
71
72#ifdef FULL_SYSTEM
73//#include "arch/alpha/pseudo_inst.hh"
74#endif
75#include "cpu/base.hh"
76#include "cpu/exetrace.hh"
77#include "sim/sim_exit.hh"
78#include "mem/packet_impl.hh"
78
79using namespace MipsISA;
80}};
81
79
80using namespace MipsISA;
81}};
82