diff options
author | Korey Sewell <ksewell@umich.edu> | 2009-05-13 02:02:05 -0400 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2009-05-13 02:02:05 -0400 |
commit | 97a04b16eb8ebced6b6d7846f94f20a05a2e96fa (patch) | |
tree | c25689d7c648411bd2d3c3bb2e811bc32f4b831a /src/arch/mips/regfile/float_regfile.hh | |
parent | 5207586b266e13b778bf1ae16b6b67ba8faa6dc4 (diff) | |
parent | c94944e257ffd8b22aae6766b770a9784673f126 (diff) | |
download | gem5-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.hh | 1 |
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); |