From 167ced17956bbb79aee3a6e6ef88079d822427cb Mon Sep 17 00:00:00 2001 From: Chinmay Date: Wed, 9 Sep 2020 22:17:15 -0700 Subject: Update API name for ParsePossibleValueSet --- binaryninjaapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index d399a71c..5be335bf 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1660,7 +1660,7 @@ __attribute__ ((format (printf, 1, 2))) uint64_t GetPreviousDataBeforeAddress(uint64_t addr); uint64_t GetPreviousDataVariableStartBeforeAddress(uint64_t addr); - bool ParsePossibleValueSetString(const std::string& value, BNRegisterValueType state, PossibleValueSet& result, uint64_t here, std::string& errors); + bool ParsePossibleValueSet(const std::string& value, BNRegisterValueType state, PossibleValueSet& result, uint64_t here, std::string& errors); bool ParseTypeString(const std::string& text, QualifiedNameAndType& result, std::string& errors, const std::set& typesAllowRedefinition = {}); -- cgit v1.3.1