Deleted Added
sdiff udiff text old ( 8442:b1f3dfae06f1 ) new ( 8564:f81bcb16fa1b )
full compact
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

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

70
71#include "arch/generic/memhelpers.hh"
72#include "arch/mips/dsp.hh"
73#include "arch/mips/dt_constants.hh"
74#include "arch/mips/faults.hh"
75#include "arch/mips/isa_traits.hh"
76#include "arch/mips/mt.hh"
77#include "arch/mips/mt_constants.hh"
78#include "arch/mips/pra_constants.hh"
79#include "arch/mips/utility.hh"
80#if defined(linux)
81#include <fenv.h>
82#endif
83
84#include "cpu/base.hh"
85#include "cpu/exetrace.hh"
86#include "debug/MipsPRA.hh"
87#include "mem/packet.hh"
88#include "mem/packet_access.hh"
89#include "sim/eventq.hh"
90#include "sim/sim_events.hh"
91#include "sim/sim_exit.hh"
92
93using namespace MipsISA;
94}};
95