summaryrefslogtreecommitdiff
path: root/src/cpu/o3/alpha/impl.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/o3/alpha/impl.hh')
-rw-r--r--src/cpu/o3/alpha/impl.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/o3/alpha/impl.hh b/src/cpu/o3/alpha/impl.hh
index 12ee495d1..7d956cd6a 100644
--- a/src/cpu/o3/alpha/impl.hh
+++ b/src/cpu/o3/alpha/impl.hh
@@ -38,7 +38,7 @@
// Forward declarations.
template <class Impl>
-class AlphaDynInst;
+class BaseO3DynInst;
template <class Impl>
class FullO3CPU;
@@ -60,7 +60,7 @@ struct AlphaSimpleImpl
typedef SimpleCPUPolicy<AlphaSimpleImpl> CPUPol;
/** The DynInst type to be used. */
- typedef AlphaDynInst<AlphaSimpleImpl> DynInst;
+ typedef BaseO3DynInst<AlphaSimpleImpl> DynInst;
/** The refcounted DynInst pointer to be used. In most cases this is
* what should be used, and not DynInst *.