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 ppmm inlining #451

Open
wants to merge 5 commits into
base: develop/1.11.0
Choose a base branch
from

Conversation

Kroppeb
Copy link
Contributor

@Kroppeb Kroppeb commented Jan 10, 2025

Fixes that foo(++a, a) gets decompiled to foo(a, ++a) and all other related issues.

@Kroppeb Kroppeb added the bugfix Fixes a bug label Jan 10, 2025
@Kroppeb Kroppeb requested a review from jaskarth January 10, 2025 19:19
@Kroppeb Kroppeb self-assigned this Jan 10, 2025
Copy link

github-actions bot commented Jan 10, 2025

Test Results

   18 files  ±0     18 suites  ±0   1m 4s ⏱️ -1s
1 937 tests ±0  1 937 ✅ ±0  0 💤 ±0  0 ❌ ±0 
2 570 runs  ±0  2 570 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 42d672b. ± Comparison against base commit 317e74b.

♻️ This comment has been updated with latest results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant