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

[cc65] Fixed optimization for char-size bitwise XOR/OR/AND when the rhs operand is complicated #2398

Merged
merged 2 commits into from
Feb 2, 2024

Conversation

acqn
Copy link
Contributor

@acqn acqn commented Feb 2, 2024

Fixed #2395.

@mrdudz
Copy link
Contributor

mrdudz commented Feb 2, 2024

That was quick, thanks!

@mrdudz mrdudz merged commit d5c84e7 into cc65:master Feb 2, 2024
2 checks passed
@oliverschmidt
Copy link
Contributor

Let me second that 😃

@acqn acqn deleted the OptFix branch February 2, 2024 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bitwise operation with boolean operand wrong when optimised
3 participants