Merge remote-tracking branch 'origin/patch'

This commit is contained in:
Ryan Kurtz 2023-11-03 13:08:14 -04:00
commit b50503eada
7 changed files with 46 additions and 253 deletions

View file

@ -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;