about summary refs log tree commit diff stats
path: root/test/arch
diff options
context:
space:
mode:
Diffstat (limited to 'test/arch')
-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 f8912a5e..8e61b2f9 100644
--- a/test/arch/arm/arch.py
+++ b/test/arch/arm/arch.py
@@ -454,6 +454,8 @@ reg_tests_armt = [
 
     ("00000000    UXTB       R5, R0",
      "C5B2"),
+    ("xxxxxxxx    BKPT       0x13",
+     "13be"),
 
 ]
 print "#" * 40, 'armthumb', '#' * 40