From d65f3f9a846b65d6a1596aa143a555bd0d4287ab Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 19 Nov 2018 17:55:37 -0800 Subject: 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 Reviewed-by: Gabe Black Maintainer: Gabe Black --- src/arch/mips/registers.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/arch/mips') diff --git a/src/arch/mips/registers.hh b/src/arch/mips/registers.hh index d2095d84d..6f7097b08 100644 --- a/src/arch/mips/registers.hh +++ b/src/arch/mips/registers.hh @@ -282,7 +282,6 @@ typedef RegVal IntReg; // floating point register file entry type typedef RegVal FloatRegBits; -typedef FloatRegVal FloatReg; // cop-0/cop-1 system control register typedef RegVal MiscReg; -- cgit v1.2.3