summaryrefslogtreecommitdiff
path: root/src/arch/arm/intregs.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2010-08-25 19:10:42 -0500
committerGabe Black <gblack@eecs.umich.edu>2010-08-25 19:10:42 -0500
commit63464d950ec4e8b8f3aa86802ca9fbf1e8c662b6 (patch)
tree62269c4404c83a2a371f3d73fc58ff496d472c90 /src/arch/arm/intregs.hh
parent93ce7238bf25b4f75f129aa822c70591a0b15a31 (diff)
downloadgem5-63464d950ec4e8b8f3aa86802ca9fbf1e8c662b6.tar.xz
ARM: Seperate out the renamable bits in the FPSCR.
Diffstat (limited to 'src/arch/arm/intregs.hh')
-rw-r--r--src/arch/arm/intregs.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/arm/intregs.hh b/src/arch/arm/intregs.hh
index 99ea9b7a6..4b2cc560d 100644
--- a/src/arch/arm/intregs.hh
+++ b/src/arch/arm/intregs.hh
@@ -111,6 +111,7 @@ enum IntRegIndex
INTREG_ZERO, // Dummy zero reg since there has to be one.
INTREG_UREG0,
INTREG_CONDCODES,
+ INTREG_FPCONDCODES,
NUM_INTREGS,
NUM_ARCH_INTREGS = INTREG_PC + 1,