summaryrefslogtreecommitdiff
path: root/src/cpu/ozone/cpu.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-09-30 02:58:34 -0400
committerGabe Black <gblack@eecs.umich.edu>2006-09-30 02:58:34 -0400
commitd512d0aec01c86bfcde20733c58c6d483b559d32 (patch)
treee465efba20ec36f167311feb9adce51bfa520eaf /src/cpu/ozone/cpu.hh
parent76708a9a6c85ef88259e849220bde511e356fcf8 (diff)
downloadgem5-d512d0aec01c86bfcde20733c58c6d483b559d32.tar.xz
Fixes to get the ozone cpu to compile.
--HG-- extra : convert_revision : d3654fca7ae1ae0fbe8842fed98ccf8c56bce8c7
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 e411c12bd..dd63d2e00 100644
--- a/src/cpu/ozone/cpu.hh
+++ b/src/cpu/ozone/cpu.hh
@@ -257,8 +257,8 @@ class OzoneCPU : public BaseCPU
void setFuncExeInst(Counter new_val)
{ thread->funcExeInst = new_val; }
#endif
- void changeRegFileContext(TheISA::RegFile::ContextParam param,
- TheISA::RegFile::ContextVal val)
+ void changeRegFileContext(TheISA::RegContextParam param,
+ TheISA::RegContextVal val)
{ panic("Not supported on Alpha!"); }
};