Pushed the InternalProcReg type into the MiscRegFile, so it's not needed here any more.

--HG--
extra : convert_revision : 443ae3fe4d7ac99ef5cbd1366266604bb13761c3
This commit is contained in:
Gabe Black 2006-03-10 17:57:44 -05:00
parent 2ee6e7ab5f
commit 22ee0e5734

View file

@ -29,7 +29,6 @@
#ifndef __ARCH_ALPHA_TYPES_HH__
#define __ARCH_ALPHA_TYPES_HH__
#include "config/full_system.hh"
#include "sim/host.hh"
namespace AlphaISA
@ -60,10 +59,6 @@ namespace AlphaISA
double d;
} FloatReg;
#if FULL_SYSTEM
typedef uint64_t InternalProcReg;
#endif
// control register file contents
typedef uint64_t MiscReg;