summaryrefslogtreecommitdiff
path: root/cpu/o3/alpha_impl.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/o3/alpha_impl.hh')
-rw-r--r--cpu/o3/alpha_impl.hh5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpu/o3/alpha_impl.hh b/cpu/o3/alpha_impl.hh
index 6c1156041..5e39fcb37 100644
--- a/cpu/o3/alpha_impl.hh
+++ b/cpu/o3/alpha_impl.hh
@@ -51,11 +51,8 @@ class AlphaFullCPU;
*/
struct AlphaSimpleImpl
{
- /** The ISA to be used. */
- typedef AlphaISA ISA;
-
/** The type of MachInst. */
- typedef ISA::MachInst MachInst;
+ typedef TheISA::MachInst MachInst;
/** The CPU policy to be used (ie fetch, decode, etc.). */
typedef SimpleCPUPolicy<AlphaSimpleImpl> CPUPol;