summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2018-11-05 16:10:40 -0500
committerBrian Potchik <brian@vector35.com>2018-11-05 16:10:40 -0500
commitbdda26803d3a140abf0aad30b5a26584c605a067 (patch)
tree45051ac36b9896731896e0fb5a3b7472bd231d60 /binaryninjacore.h
parent2d63f0bb95c18b4379d6bf26810ccc8f8a19f64c (diff)
Provide fall-through indication in BasicBlockEdge info.
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
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