From fbf2ad5ae84b88fc1505bfa16559b21aeb3520c1 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 2 Jun 2010 12:58:11 -0500 Subject: [PATCH] ARM: Update the set of FP related miscregs. --- src/arch/arm/miscregs.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/arch/arm/miscregs.hh b/src/arch/arm/miscregs.hh index 74be52c66..ad4f91908 100644 --- a/src/arch/arm/miscregs.hh +++ b/src/arch/arm/miscregs.hh @@ -78,6 +78,8 @@ namespace ArmISA MISCREG_FPSID, MISCREG_FPSCR, MISCREG_FPEXC, + MISCREG_MVFR0, + MISCREG_MVFR1, // CP15 registers MISCREG_CP15_START,