summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2018-11-29 19:21:55 -0500
committerBrian Potchik <brian@vector35.com>2018-11-29 19:21:55 -0500
commit441631a7376a304f5e06cbbae74cf9eef70414cf (patch)
tree42f1f11b20d2ebd93d290c577724a24bab9e5c6a
parent6e39f03c4dc33422da1e95f1eebd044cd2ed02c2 (diff)
Add ExceedFunctionUpdateCountSkipReason.
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index beb7e9b3..6fcb30c1 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -1941,6 +1941,7 @@ extern "C"
AlwaysSkipReason,
ExceedFunctionSizeSkipReason,
ExceedFunctionAnalysisTimeSkipReason,
+ ExceedFunctionUpdateCountSkipReason,
NewAutoFunctionAnalysisSuppressedReason
};