mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
b50503eada
7 changed files with 46 additions and 253 deletions
|
@ -9124,12 +9124,12 @@ bool RuleConditionalMove::BoolExpress::initialize(Varnode *vn)
|
|||
case CPUI_FLOAT_NOTEQUAL:
|
||||
case CPUI_FLOAT_LESS:
|
||||
case CPUI_FLOAT_LESSEQUAL:
|
||||
case CPUI_FLOAT_NAN:
|
||||
in0 = op->getIn(0);
|
||||
in1 = op->getIn(1);
|
||||
optype = 2;
|
||||
break;
|
||||
case CPUI_BOOL_NEGATE:
|
||||
case CPUI_FLOAT_NAN:
|
||||
in0 = op->getIn(0);
|
||||
optype = 1;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue