ITE
iftrue
and iffalse
constructor parameters should be swapped
#269
Labels
ITE
iftrue
and iffalse
constructor parameters should be swapped
#269
Description
Confusingly, the AILment
ITE
constructor takes theiffalse
expression before theiftrue
expression.ITE::__str__
however prints them out like a C expression, with the true expression preceding the false expression.This seems to be because pyvex does the same, which is also confused by the
_pp_str
function which prints them true expression before the false expression.angr's
CITE
type constructor does takeiftrue
first.Steps to reproduce the bug
No response
Environment
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: