summaryrefslogtreecommitdiff
path: root/src/arch/null
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-11-19 17:55:37 -0800
committerGabe Black <gabeblack@google.com>2019-01-24 23:42:22 +0000
commitd65f3f9a846b65d6a1596aa143a555bd0d4287ab (patch)
treeb99c41a0760a3ee1665dddc81b9e34c52702139d /src/arch/null
parent34064c4647ff4b9e1675fa94347dfc0f7ded9e7c (diff)
downloadgem5-d65f3f9a846b65d6a1596aa143a555bd0d4287ab.tar.xz
base: arch: Get rid of the now unused FloatRegVal type.
This type is no longer used since FP registers are accessed as integer bit patterns. Change-Id: I1070f9443d6247165fd64c6bc041811c28287e9f Reviewed-on: https://gem5-review.googlesource.com/c/14459 Reviewed-by: Brandon Potter <Brandon.Potter@amd.com> Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/arch/null')
-rw-r--r--src/arch/null/registers.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/null/registers.hh b/src/arch/null/registers.hh
index 527193cc4..fb815af4a 100644
--- a/src/arch/null/registers.hh
+++ b/src/arch/null/registers.hh
@@ -48,7 +48,6 @@ namespace NullISA {
typedef RegVal IntReg;
typedef RegVal FloatRegBits;
-typedef FloatRegVal FloatReg;
typedef uint8_t CCReg;
typedef RegVal MiscReg;
const RegIndex ZeroReg = 0;