summaryrefslogtreecommitdiff
path: root/src/cpu/ozone/cpu.hh
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2006-11-07 13:53:49 -0500
committerKevin Lim <ktlim@umich.edu>2006-11-07 13:53:49 -0500
commit4589ec55aed596a4b0b7d81779f2b4665643d223 (patch)
tree02f0232d541e5a1d96b5a6fe40a729e0d036bf25 /src/cpu/ozone/cpu.hh
parentd9f159a3b996b25683f33bcc8ae5142311639722 (diff)
downloadgem5-4589ec55aed596a4b0b7d81779f2b4665643d223.tar.xz
Fix compile error.
--HG-- extra : convert_revision : a4c4195bc07383149a56907f26d327a4bfa77c26
Diffstat (limited to 'src/cpu/ozone/cpu.hh')
-rw-r--r--src/cpu/ozone/cpu.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/ozone/cpu.hh b/src/cpu/ozone/cpu.hh
index 828c2b4ca..ccb467394 100644
--- a/src/cpu/ozone/cpu.hh
+++ b/src/cpu/ozone/cpu.hh
@@ -363,8 +363,8 @@ class OzoneCPU : public BaseCPU
bool interval_stats;
- AlphaITB *itb;
- AlphaDTB *dtb;
+ TheISA::ITB *itb;
+ TheISA::DTB *dtb;
System *system;
PhysicalMemory *physmem;
#endif