diff options
author | Korey Sewell <ksewell@umich.edu> | 2006-07-06 12:19:29 -0400 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2006-07-06 12:19:29 -0400 |
commit | a35898c18d1a86707252a9502966b9c384b454f3 (patch) | |
tree | cb89ee2569c27889c67668bba2e920208cd13124 /src/cpu/o3/alpha | |
parent | eceba1405a70db1a1bc5538af99baca8fef422b6 (diff) | |
parent | 03fa13b27ce461886dceef82af0d3e994b5b9288 (diff) | |
download | gem5-a35898c18d1a86707252a9502966b9c384b454f3.tar.xz |
Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
into zizzer.eecs.umich.edu:/.automount/zooks/y/ksewell/research/m5-sim/newmem-o3
--HG--
extra : convert_revision : 2f08ea52ef54118d42aa590c0d86aa0cc7988713
Diffstat (limited to 'src/cpu/o3/alpha')
-rw-r--r-- | src/cpu/o3/alpha/impl.hh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cpu/o3/alpha/impl.hh b/src/cpu/o3/alpha/impl.hh index 8cd8692c6..b928ae654 100644 --- a/src/cpu/o3/alpha/impl.hh +++ b/src/cpu/o3/alpha/impl.hh @@ -36,6 +36,7 @@ #include "cpu/o3/alpha/params.hh" #include "cpu/o3/cpu_policy.hh" + // Forward declarations. template <class Impl> class AlphaDynInst; @@ -88,7 +89,4 @@ struct AlphaSimpleImpl /** The O3Impl to be used. */ typedef AlphaSimpleImpl O3CPUImpl; -/** The O3Impl to be used. */ -typedef DynInst O3DynInst; - #endif // __CPU_O3_ALPHA_IMPL_HH__ |