summaryrefslogtreecommitdiff
path: root/src/arch/alpha/registers.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/alpha/registers.hh')
-rw-r--r--src/arch/alpha/registers.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/alpha/registers.hh b/src/arch/alpha/registers.hh
index 218390597..07c0beeb3 100644
--- a/src/arch/alpha/registers.hh
+++ b/src/arch/alpha/registers.hh
@@ -49,7 +49,7 @@ const int MaxMiscDestRegs = AlphaISAInst::MaxMiscDestRegs + 1;
typedef RegVal IntReg;
// floating point register file entry type
-typedef RegVal FloatRegBits;
+typedef RegVal FloatReg;
// control register file contents
typedef RegVal MiscReg;