From bdda26803d3a140abf0aad30b5a26584c605a067 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Mon, 5 Nov 2018 16:10:40 -0500 Subject: Provide fall-through indication in BasicBlockEdge info. --- binaryninjacore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjacore.h') diff --git a/binaryninjacore.h b/binaryninjacore.h index 4e736e38..b7cfcc23 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1274,6 +1274,7 @@ extern "C" BNBranchType type; BNBasicBlock* target; bool backEdge; + bool fallThrough; }; struct BNPoint -- cgit v1.3.1