summaryrefslogtreecommitdiff
path: root/src/arch/power/registers.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/registers.hh')
-rw-r--r--src/arch/power/registers.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/power/registers.hh b/src/arch/power/registers.hh
index e8de218e7..909c24e96 100644
--- a/src/arch/power/registers.hh
+++ b/src/arch/power/registers.hh
@@ -49,7 +49,7 @@ const int MaxMiscDestRegs = PowerISAInst::MaxMiscDestRegs + 1;
typedef RegVal IntReg;
// Floating point register file entry type
-typedef RegVal FloatRegBits;
+typedef RegVal FloatReg;
typedef RegVal MiscReg;
// dummy typedef since we don't have CC regs