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

Fix incorrect order at ((e + c1) rel c2) rule #1271

Closed ptomin closed 1 year ago

ptomin commented 1 year ago

Was: ((e + c1) rel c2) -> (e rel (c1 - c2)) Should be ((e + c1) rel c2) -> (e rel (c2 - c1))