From 37bc7f679b870b169726e746b75e573db1f3e268 Mon Sep 17 00:00:00 2001 From: plafosse Date: Sun, 26 Jul 2015 14:27:20 -0400 Subject: Adding support for branch delay slots --- binaryninjaapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index de65ee45..a5a3419e 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -776,7 +776,7 @@ namespace BinaryNinja struct InstructionInfo: public BNInstructionInfo { InstructionInfo(); - void AddBranch(BNBranchType type, uint64_t target = 0, Architecture* arch = nullptr); + void AddBranch(BNBranchType type, uint64_t target = 0, Architecture* arch = nullptr, bool hasDelaySlot = false); }; struct InstructionTextToken -- cgit v1.3.1