about summary refs log tree commit diff stats
path: root/test/arch/arm/arch.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/arch/arm/arch.py')
-rw-r--r--test/arch/arm/arch.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/arch/arm/arch.py b/test/arch/arm/arch.py
index 964d7295..f8912a5e 100644
--- a/test/arch/arm/arch.py
+++ b/test/arch/arm/arch.py
@@ -397,8 +397,10 @@ reg_tests_armt = [
     ("00220f44    PUSH       {R2, R3}",
      "0cb4"),
 
-    ("00076c54    LDMIA      R1!, {R0, R1}",
+    ("00076c54    LDMIA      R1, {R0, R1}",
      "03c9"),
+    ("XXXXXXXX    LDMIA      R5!, {R0-R3}",
+     "0fcd"),
     ("000a1c16    STMIA      R6!, {R0-R3}",
      "0fc6"),