diff options
Diffstat (limited to 'arch/alpha')
-rw-r--r-- | arch/alpha/types.hh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/alpha/types.hh b/arch/alpha/types.hh index 17d1d262d..7af3bebd8 100644 --- a/arch/alpha/types.hh +++ b/arch/alpha/types.hh @@ -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; |