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

FEXLoader: Align stack base #4160

Merged
merged 1 commit into from
Nov 18, 2024
Merged

Conversation

asahilina
Copy link
Contributor

This ensures that __libc_stack_end is aligned, the same way it is on native.

This ensures that __libc_stack_end is aligned, the same way it is on
native.
@asahilina
Copy link
Contributor Author

I think this is actually what was making Steam crash (the V8 GC code expects the stack base to be aligned, and for the renderer process presumably the main thread is relevant for V8, which is why that kept crashing).

@Sonicadvance1 Sonicadvance1 merged commit 09bfe58 into FEX-Emu:main Nov 18, 2024
12 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