diff options
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 97caebb6..6d0a8535 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1549,7 +1549,8 @@ namespace BinaryNinja void Finalize(); bool GetExprText(Architecture* arch, ExprId expr, std::vector<InstructionTextToken>& tokens); - bool GetInstructionText(Architecture* arch, size_t i, std::vector<InstructionTextToken>& tokens); + bool GetInstructionText(Function* func, Architecture* arch, size_t i, + std::vector<InstructionTextToken>& tokens); uint32_t GetTemporaryRegisterCount(); uint32_t GetTemporaryFlagCount(); |
