From 3d39b6213265ceeb14b8089190e5a097f17fdc1b Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 8 Jul 2009 23:02:22 -0700 Subject: Alpha: Pull the MiscRegFile fully into the ISA object. --- src/arch/alpha/mmaped_ipr.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/arch/alpha/mmaped_ipr.hh') diff --git a/src/arch/alpha/mmaped_ipr.hh b/src/arch/alpha/mmaped_ipr.hh index af2469ca7..99f8aeb06 100644 --- a/src/arch/alpha/mmaped_ipr.hh +++ b/src/arch/alpha/mmaped_ipr.hh @@ -37,8 +37,11 @@ * ISA-specific helper functions for memory mapped IPR accesses. */ +#include "base/types.hh" #include "mem/packet.hh" +class ThreadContext; + namespace AlphaISA { inline Tick -- cgit v1.2.3