mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Adjustments to get rid of some compiler warnings
This commit is contained in:
parent
22769f2234
commit
41d0be6b95
31 changed files with 317 additions and 326 deletions
|
@ -55,7 +55,7 @@ class ConditionMarker {
|
|||
public:
|
||||
ConditionMarker(void); ///< Constructor
|
||||
~ConditionMarker(void); ///< Destructor
|
||||
bool verifyCondition(PcodeOp *op, PcodeOp *initop); ///< Perform the correlation test on two CBRANCH operations
|
||||
bool verifyCondition(PcodeOp *op, PcodeOp *iop); ///< Perform the correlation test on two CBRANCH operations
|
||||
int4 getMultiSlot(void) const { return multislot; } ///< Get the MULTIEQUAL slot in the critical path
|
||||
bool getFlip(void) const { return matchflip; } ///< Return \b true is the expressions are anti-correlated
|
||||
static bool varnodeSame(Varnode *a,Varnode *b);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue