summaryrefslogtreecommitdiff
path: root/src/arch/mips/regfile/float_regfile.hh
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2009-05-13 02:02:05 -0400
committerKorey Sewell <ksewell@umich.edu>2009-05-13 02:02:05 -0400
commit97a04b16eb8ebced6b6d7846f94f20a05a2e96fa (patch)
treec25689d7c648411bd2d3c3bb2e811bc32f4b831a /src/arch/mips/regfile/float_regfile.hh
parent5207586b266e13b778bf1ae16b6b67ba8faa6dc4 (diff)
parentc94944e257ffd8b22aae6766b770a9784673f126 (diff)
downloadgem5-97a04b16eb8ebced6b6d7846f94f20a05a2e96fa.tar.xz
mips-merge: merge hello world regress for inorder cpu
w/latest changes
Diffstat (limited to 'src/arch/mips/regfile/float_regfile.hh')
-rw-r--r--src/arch/mips/regfile/float_regfile.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/mips/regfile/float_regfile.hh b/src/arch/mips/regfile/float_regfile.hh
index 0c0ecc7eb..7a95d0568 100644
--- a/src/arch/mips/regfile/float_regfile.hh
+++ b/src/arch/mips/regfile/float_regfile.hh
@@ -85,6 +85,7 @@ namespace MipsISA
FloatReg32 regs[NumFloatRegs];
public:
+ static const int regWidth = SingleWidth;
void clear();
double readReg(int floatReg, int width, unsigned tid = 0);