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.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/arch/arm/arch.py b/test/arch/arm/arch.py
index 8e61b2f9..63217352 100644
--- a/test/arch/arm/arch.py
+++ b/test/arch/arm/arch.py
@@ -456,6 +456,8 @@ reg_tests_armt = [
      "C5B2"),
     ("xxxxxxxx    BKPT       0x13",
      "13be"),
+    ("xxxxxxxx    SVC        0x13",
+     "13df"),
 
 ]
 print "#" * 40, 'armthumb', '#' * 40