summaryrefslogtreecommitdiff
path: root/src/arch/mips/registers.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/mips/registers.hh')
-rw-r--r--src/arch/mips/registers.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/mips/registers.hh b/src/arch/mips/registers.hh
index 633199c94..46f81d597 100644
--- a/src/arch/mips/registers.hh
+++ b/src/arch/mips/registers.hh
@@ -286,7 +286,7 @@ const int TotalNumRegs = NumIntRegs + NumFloatRegs + NumMiscRegs;
typedef RegVal IntReg;
// floating point register file entry type
-typedef RegVal FloatRegBits;
+typedef RegVal FloatReg;
// cop-0/cop-1 system control register
typedef RegVal MiscReg;