summaryrefslogtreecommitdiff
path: root/src/cpu/ozone/thread_state.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/thread_state.hh
parentd9f159a3b996b25683f33bcc8ae5142311639722 (diff)
downloadgem5-4589ec55aed596a4b0b7d81779f2b4665643d223.tar.xz
Fix compile error.
--HG-- extra : convert_revision : a4c4195bc07383149a56907f26d327a4bfa77c26
Diffstat (limited to 'src/cpu/ozone/thread_state.hh')
-rw-r--r--src/cpu/ozone/thread_state.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/ozone/thread_state.hh b/src/cpu/ozone/thread_state.hh
index c4d16b3af..a71795851 100644
--- a/src/cpu/ozone/thread_state.hh
+++ b/src/cpu/ozone/thread_state.hh
@@ -122,7 +122,7 @@ struct OzoneThreadState : public ThreadState {
MiscReg readMiscRegWithEffect(int misc_reg)
{
- return miscRegFile.readRegWithEffect(misc_reg, fault, tc);
+ return miscRegFile.readRegWithEffect(misc_reg, tc);
}
void setMiscReg(int misc_reg, const MiscReg &val)