diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2010-06-02 12:58:11 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2010-06-02 12:58:11 -0500 |
commit | fbf2ad5ae84b88fc1505bfa16559b21aeb3520c1 (patch) | |
tree | 0e08f67924470830f30ca7664c3806ea0f16be52 /src/arch | |
parent | aade63a8fec1bf3e302ccce630c718a79d7b3907 (diff) | |
download | gem5-fbf2ad5ae84b88fc1505bfa16559b21aeb3520c1.tar.xz |
ARM: Update the set of FP related miscregs.
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/arm/miscregs.hh | 2 |
1 files changed, 2 insertions, 0 deletions
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, |