From: Gabe Black Date: Fri, 10 Mar 2006 22:57:44 +0000 (-0500) Subject: Pushed the InternalProcReg type into the MiscRegFile, so it's not needed here any... X-Git-Tag: m5_2.0_beta1~198 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=22ee0e5734c7107482b6bb38aba81ab4f8e2b667;p=gem5.git Pushed the InternalProcReg type into the MiscRegFile, so it's not needed here any more. --HG-- extra : convert_revision : 443ae3fe4d7ac99ef5cbd1366266604bb13761c3 --- 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;