diff options
| author | plafosse <peter@vector35.com> | 2015-07-26 14:27:20 -0400 |
|---|---|---|
| committer | plafosse <peter@vector35.com> | 2015-07-26 14:27:20 -0400 |
| commit | 37bc7f679b870b169726e746b75e573db1f3e268 (patch) | |
| tree | 937a67b631e10c76208c343bf07279ec3ec922c3 /binaryninjaapi.h | |
| parent | 8901295fceabdd598e6f63e81ba79d6c5e503f4a (diff) | |
Adding support for branch delay slots
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
