From 08a1e68f7dbf4671ec53538e874162998b249f0c Mon Sep 17 00:00:00 2001 From: Ryan Snyder Date: Fri, 24 May 2024 16:09:43 -0400 Subject: arch: multiple delay slot support, suppress spurious mips warning --- binaryninjaapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryninjaapi.h') 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 -- cgit v1.3.1