Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jul 23, 2023

Conversation

ptomin
Copy link
Collaborator

@ptomin ptomin commented Jul 22, 2023

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

Was:
 ((e + c1) rel c2) -> (e rel (c1 - c2))
Should be
 ((e + c1) rel c2) -> (e rel (c2 - c1))
@ptomin ptomin requested a review from uxmal July 22, 2023 20:59
@ptomin ptomin self-assigned this Jul 22, 2023
@ptomin ptomin added the bug This issue describes a defect in Reko label Jul 22, 2023
@uxmal uxmal merged commit 1e622fc into uxmal:master Jul 23, 2023
7 checks passed
@ptomin ptomin deleted the fix-incorrect-order-of-operands branch July 23, 2023 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue describes a defect in Reko
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants