aboutsummaryrefslogtreecommitdiff
path: root/arm.risu
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2011-03-24 12:57:08 +0000
committerPeter Maydell <peter.maydell@linaro.org>2011-03-24 12:57:08 +0000
commit889fa7bacd748735eac5875bc15def51aef97e55 (patch)
tree9f8500a12a6331efc4ba2243ce293d730166eec7 /arm.risu
parent374e7c35fc7a33399b5a3077f9e0473fb1a5961e (diff)
Fix a silly error in the name of a couple of the VLD stoa patterns.
Diffstat (limited to 'arm.risu')
-rw-r--r--arm.risu4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm.risu b/arm.risu
index a2893d0..45e129a 100644
--- a/arm.risu
+++ b/arm.risu
@@ -397,9 +397,9 @@ VLD1_stoa A1a 1111 0100 1 d 10 rn:4 vd:4 11 00 sz:2 t a xm:4 \
# As usual we need to separate out the UNDEF cases as they
# must not have !memory blocks
# sz 11: UNDEF
-VLD1_stob A1b 1111 0100 1 d 10 rn:4 vd:4 11 00 11 t a rm:4
+VLD1_stoa A1b 1111 0100 1 d 10 rn:4 vd:4 11 00 11 t a rm:4
# sz 00, a 1 : UNDEF
-VLD1_stoc A1c 1111 0100 1 d 10 rn:4 vd:4 11 00 00 t 1 rm:4
+VLD1_stoa A1c 1111 0100 1 d 10 rn:4 vd:4 11 00 00 t 1 rm:4
# VLD2: d+t+1 > 31 is unpredictable
VLD2_stoa A1a 1111 0100 1 d 10 rn:4 vd:4 11 01 sz:2 t a xm:4 \