about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
authorMarion Lafon <mar.lafon.ml@gmail.com>2018-05-14 16:28:59 +0200
committerMarion Lafon <mar.lafon.ml@gmail.com>2018-05-24 10:46:38 +0200
commitdcb1d68179c3802daeeef46ef63593f59aee64e9 (patch)
treee15d5da2fdf3b9c3368bcaed355891dbe496b111 /test
parent652bf298e56214c33c2291064eba00d1559a07aa (diff)
downloadmiasm-dcb1d68179c3802daeeef46ef63593f59aee64e9.tar.gz
miasm-dcb1d68179c3802daeeef46ef63593f59aee64e9.zip
armtl change branch pc offset
Modify some armtl instr to match with documentation
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 90d137d0..a951689b 100644
--- a/test/arch/arm/arch.py
+++ b/test/arch/arm/arch.py
@@ -440,6 +440,9 @@ reg_tests_armt = [
 
     ("0007479c    B          0x12",
      "07e0"),
+    ("XXXXXXXX    BLT        0xFFFFFFEA",
+     "F3DB"),
+
     ("0006b946    B          0xFFFFFFE8",
      "f2e7"),
     ("C010163C    BLX        0x1F916C",