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: Properly extend the stack in CallbackInjector. #131

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

LlamaLad7
Copy link
Collaborator

@LlamaLad7 LlamaLad7 commented Mar 4, 2024

The old logic misses the receiver and the CallbackInfo, and does not correctly handle double-size types.
This fixes occasional local capture failures due to ASM's Analyzer bailing out. Notably there is one such case in AOF7 that this fixes.

The old logic misses the receiver and does not correctly handle double-size types.
@modmuss50 modmuss50 merged commit dadc147 into FabricMC:main Mar 8, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants