decompiler
1.0.0
|
A stack equation. More...
Static Public Member Functions | |
static bool | compare (const StackEqn &a, const StackEqn &b) |
Order two equations. More... | |
Public Attributes | |
int4 | var1 |
Variable with 1 coefficient. | |
int4 | var2 |
Variable with -1 coefficient. | |
int4 | rhs |
Right hand side of the equation. | |
A stack equation.
Order two equations.
a | is the first equation to compare |
b | is the second |
References var1.
Referenced by ghidra::StackSolver::duplicate(), and ghidra::StackSolver::propagate().