about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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 533b2052..5e3feb1d 100644
--- a/test/arch/arm/arch.py
+++ b/test/arch/arm/arch.py
@@ -237,6 +237,9 @@ reg_tests_arm = [
     ("XXXXXXXX    UXTH       R0, R2",
      "7200FFE6"),
 
+    ("XXXXXXXX    BFC        R0, 0x0, 0xD",
+     "1f00cce7"),
+
 
 ]
 ts = time.time()