From 441631a7376a304f5e06cbbae74cf9eef70414cf Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 29 Nov 2018 19:21:55 -0500 Subject: Add ExceedFunctionUpdateCountSkipReason. --- binaryninjacore.h | 1 + 1 file changed, 1 insertion(+) 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 }; -- cgit v1.3.1