summaryrefslogtreecommitdiff
path: root/src/arch/arm/isa/operands.isa
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2009-06-21 09:48:44 -0700
committerGabe Black <gblack@eecs.umich.edu>2009-06-21 09:48:44 -0700
commit4415e2dcd6ca508c4ffa8aa1fdcc53daee79b898 (patch)
tree9aed3ec43297f15e678d875eb003d26940d311e6 /src/arch/arm/isa/operands.isa
parent7d4ef8a398343800819930df97fcd79f7a9ba099 (diff)
downloadgem5-4415e2dcd6ca508c4ffa8aa1fdcc53daee79b898.tar.xz
ARM: Get rid of unnecessary Re operand.
Diffstat (limited to 'src/arch/arm/isa/operands.isa')
-rw-r--r--src/arch/arm/isa/operands.isa1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/arm/isa/operands.isa b/src/arch/arm/isa/operands.isa
index f82e49109..be4ec6e03 100644
--- a/src/arch/arm/isa/operands.isa
+++ b/src/arch/arm/isa/operands.isa
@@ -46,7 +46,6 @@ def operands {{
'Rm': ('IntReg', 'uw', 'RM', 'IsInteger', 2),
'Rs': ('IntReg', 'uw', 'RS', 'IsInteger', 3),
'Rn': ('IntReg', 'uw', 'RN', 'IsInteger', 4),
- 'Re': ('IntReg', 'uw', 'RE', 'IsInteger', 5),
'Raddr': ('IntReg', 'uw', '17', 'IsInteger', 5),
'R0': ('IntReg', 'uw', '0', 'IsInteger', 5),