uxmal / reko

Reko is a binary decompiler.
https://uxmal.github.io/reko
GNU General Public License v2.0
2.1k stars 251 forks source link

Do not call ComplexExpressionBuilder for LValues #1297

Closed ptomin closed 7 months ago

ptomin commented 8 months ago

Find appropriate union alternative without calling ComplexExpressionBuilder. We shouldn't see expressions like &r0_n.u1->t0000.u0 at the left side of assignments.

uxmal commented 7 months ago

@ptomin: could you rebase this PR on master?

ptomin commented 7 months ago

@ptomin: could you rebase this PR on master?

Done.

uxmal commented 7 months ago

Thanks for your patience. I'll keep working on typing-fixes as well.