summaryrefslogtreecommitdiff
path: root/src/arch/arm/intregs.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2009-11-08 01:59:20 -0800
committerGabe Black <gblack@eecs.umich.edu>2009-11-08 01:59:20 -0800
commit78bd8fe44fe3398f361335d2feb59a8221cc52e8 (patch)
tree9c4cb010c832d9b09901e15f2129c0fca427b4a6 /src/arch/arm/intregs.hh
parentf63c260d89591d8d57274bb37aea51dc7c093b8f (diff)
downloadgem5-78bd8fe44fe3398f361335d2feb59a8221cc52e8.tar.xz
ARM: Add back in spots for Rhi and Rlo, and use a named constant for LR.
Diffstat (limited to 'src/arch/arm/intregs.hh')
-rw-r--r--src/arch/arm/intregs.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/arm/intregs.hh b/src/arch/arm/intregs.hh
index 191965c55..78ad39ee2 100644
--- a/src/arch/arm/intregs.hh
+++ b/src/arch/arm/intregs.hh
@@ -102,6 +102,8 @@ enum IntRegIndex
INTREG_ZERO, // Dummy zero reg since there has to be one.
INTREG_UREG0,
+ INTREG_RHI,
+ INTREG_RLO,
NUM_INTREGS,
NUM_ARCH_INTREGS = INTREG_PC + 1,