summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 8eb3cdaf..0e7f2db2 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -7569,7 +7569,7 @@ namespace BinaryNinja {
struct InstructionInfo : public BNInstructionInfo
{
InstructionInfo();
- void AddBranch(BNBranchType type, uint64_t target = 0, Architecture* arch = nullptr, bool hasDelaySlot = false);
+ void AddBranch(BNBranchType type, uint64_t target = 0, Architecture* arch = nullptr, uint8_t delaySlots = 0);
};
struct NameAndType