mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-3981 Fix CPUI_FLOAT_NAN case
This commit is contained in:
parent
e08c039440
commit
cb00405c98
1 changed files with 1 additions and 1 deletions
|
@ -9110,12 +9110,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