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

Increase AsmCommon code space to fix crashes on Linux systems. #1896

Merged
merged 1 commit into from Jan 18, 2015
Merged

Increase AsmCommon code space to fix crashes on Linux systems. #1896

merged 1 commit into from Jan 18, 2015

Conversation

jchv
Copy link
Contributor

@jchv jchv commented Jan 17, 2015

Revision b058bbd was causing the AsmCommon routines to overrun the code
buffer allocated for it. According to Fiora, it happens only on Linux
because of the fact that Linux has more caller-save registers than other
platforms.

Revision b058bbd was causing the AsmCommon routines to overrun the code
buffer allocated for it. According to Fiora, it happens only on Linux
because of the fact that Linux has more caller-save registers than other
platforms.
@JMC47
Copy link
Contributor

JMC47 commented Jan 17, 2015

@dolphin-emu-bot rebuild

skidau added a commit that referenced this pull request Jan 18, 2015
Increase AsmCommon code space to fix crashes on Linux systems.
@skidau skidau merged commit 37a770b into dolphin-emu:master Jan 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants