summaryrefslogtreecommitdiff
path: root/cpu/o3/regfile.hh
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2006-03-03 16:04:34 -0500
committerKevin Lim <ktlim@umich.edu>2006-03-03 16:04:34 -0500
commitfc664f7ca6d4883e9efe7fb823cd903a867af7a9 (patch)
tree611a86dd02addcf7c44255aa66d7e2607dab0339 /cpu/o3/regfile.hh
parent9ad917858763bb44c8e6e22b7bb370fd50d518df (diff)
parent14b6cd39aadcac72e8fce47e24445037bae70309 (diff)
downloadgem5-fc664f7ca6d4883e9efe7fb823cd903a867af7a9.tar.xz
Merge ktlim@zizzer:/bk/m5
into zamp.eecs.umich.edu:/z/ktlim2/m5-shadowregs --HG-- extra : convert_revision : 979ab1fc4e1ea4d6a78ac9a2ec894f0be4feb01d
Diffstat (limited to 'cpu/o3/regfile.hh')
-rw-r--r--cpu/o3/regfile.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/o3/regfile.hh b/cpu/o3/regfile.hh
index 691a75382..03ad2da46 100644
--- a/cpu/o3/regfile.hh
+++ b/cpu/o3/regfile.hh
@@ -236,7 +236,7 @@ class PhysRegFile
#if FULL_SYSTEM
private:
// This is ISA specifc stuff; remove it eventually once ISAImpl is used
- IntReg palregs[NumIntRegs]; // PAL shadow registers
+// IntReg palregs[NumIntRegs]; // PAL shadow registers
InternalProcReg ipr[NumInternalProcRegs]; // internal processor regs
int intrflag; // interrupt flag
bool pal_shadow; // using pal_shadow registers