Deleted Added
sdiff udiff text old ( 2680:246e7104f744 ) new ( 3348:11f6ef023158 )
full compact
1// -*- mode:c++ -*-
2
3// Copyright (c) 2003-2005 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

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

68
69#if FULL_SYSTEM
70#include "sim/pseudo_inst.hh"
71#endif
72#include "base/fenv.hh"
73#include "config/ss_compatible_fp.hh"
74#include "cpu/base.hh"
75#include "cpu/exetrace.hh"
76#include "sim/sim_exit.hh"
77#include "mem/packet_impl.hh"
78
79using namespace AlphaISA;
80}};
81
82////////////////////////////////////////////////////////////////////
83//
84// Namespace statement. Everything below this line will be in the
85// AlphaISAInst namespace.

--- 378 unchanged lines hidden ---