summaryrefslogtreecommitdiff
path: root/src/arch/sparc/registers.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/sparc/registers.hh')
-rw-r--r--src/arch/sparc/registers.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/sparc/registers.hh b/src/arch/sparc/registers.hh
index a7f4d2a15..b5acaeff1 100644
--- a/src/arch/sparc/registers.hh
+++ b/src/arch/sparc/registers.hh
@@ -47,8 +47,8 @@ using SparcISAInst::MaxMiscDestRegs;
typedef uint64_t IntReg;
typedef uint64_t MiscReg;
-typedef float FloatReg;
-typedef uint32_t FloatRegBits;
+typedef double FloatReg;
+typedef uint64_t FloatRegBits;
// dummy typedef since we don't have CC regs
typedef uint8_t CCReg;