mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +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
|
@ -338,10 +338,10 @@ bool ConditionMarker::finalJudgement(Varnode *vn)
|
|||
return true;
|
||||
}
|
||||
|
||||
bool ConditionMarker::verifyCondition(PcodeOp *op,PcodeOp *initop)
|
||||
bool ConditionMarker::verifyCondition(PcodeOp *op,PcodeOp *iop)
|
||||
|
||||
{
|
||||
setupInitOp(initop);
|
||||
setupInitOp(iop);
|
||||
Varnode *matchvn = findMatch(op);
|
||||
if (matchvn == (Varnode *)0) return false;
|
||||
if (!finalJudgement(matchvn)) return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue