about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--miasm/arch/arm_arch.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/miasm/arch/arm_arch.py b/miasm/arch/arm_arch.py
index 084242e2..a8c47502 100644
--- a/miasm/arch/arm_arch.py
+++ b/miasm/arch/arm_arch.py
@@ -1679,7 +1679,9 @@ class arm_bdt(arm_mn):
         return self.cond != COND_AL
     def dstflow(self):
         return False
-        
+    def is_subcall(self):
+        return False
+
 class arm_br(arm_mn):
     mask_list = [bm_int101, bm_lnk, bm_offs]