diff options
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 1 |
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 |
