summaryrefslogtreecommitdiff
path: root/src/arch/alpha/types.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/alpha/types.hh')
-rw-r--r--src/arch/alpha/types.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/alpha/types.hh b/src/arch/alpha/types.hh
index 0d285c3b2..06c0168cf 100644
--- a/src/arch/alpha/types.hh
+++ b/src/arch/alpha/types.hh
@@ -33,12 +33,15 @@
#define __ARCH_ALPHA_TYPES_HH__
#include "base/types.hh"
+#include "arch/generic/types.hh"
namespace AlphaISA {
typedef uint32_t MachInst;
typedef uint64_t ExtMachInst;
+typedef GenericISA::SimplePCState<MachInst> PCState;
+
typedef uint64_t LargestRead;
enum annotes