about summary refs log tree commit diff stats
path: root/test/arch/arm/arch.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/arch/arm/arch.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/arch/arm/arch.py b/test/arch/arm/arch.py
index e50a9f54..7f3b321e 100644
--- a/test/arch/arm/arch.py
+++ b/test/arch/arm/arch.py
@@ -700,6 +700,9 @@ reg_tests_armt = [
     ("xxxxxxxx    EOR        R3, R3, R1",
      "83EA0103"),
 
+    ("xxxxxxxx    DSB        SY",
+     "bff34f8f"),
+
 
 ]
 print "#" * 40, 'armthumb', '#' * 40