includes.isa (8229:78bf55f23338) includes.isa (8232:b28d06a175be)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2007 MIPS Technologies, Inc.
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

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

77#include "arch/mips/pra_constants.hh"
78#include "arch/mips/utility.hh"
79#if defined(linux)
80#include <fenv.h>
81#endif
82
83#include "cpu/base.hh"
84#include "cpu/exetrace.hh"
1// -*- mode:c++ -*-
2
3// Copyright (c) 2007 MIPS Technologies, Inc.
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

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

77#include "arch/mips/pra_constants.hh"
78#include "arch/mips/utility.hh"
79#if defined(linux)
80#include <fenv.h>
81#endif
82
83#include "cpu/base.hh"
84#include "cpu/exetrace.hh"
85#include "debug/MipsPRA.hh"
85#include "mem/packet.hh"
86#include "mem/packet_access.hh"
87#include "sim/eventq.hh"
88#include "sim/sim_events.hh"
89#include "sim/sim_exit.hh"
90
91using namespace MipsISA;
92}};
93
86#include "mem/packet.hh"
87#include "mem/packet_access.hh"
88#include "sim/eventq.hh"
89#include "sim/sim_events.hh"
90#include "sim/sim_exit.hh"
91
92using namespace MipsISA;
93}};
94