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

OpcodeDispatcher: Fixes segment prefixing on vector element loadstores #4102

Merged
merged 2 commits into from
Oct 4, 2024

Conversation

Sonicadvance1
Copy link
Member

These had completely forgotten to load segment prefixes on the element
loadstore operations. This had caused a crash on the Linux version of
"Halls of Torment" (steamid 2218750).

This game has TLS vector data which it was loading with a movhps and hit
this path.

These had completely forgotten to load segment prefixes on the element
loadstore operations. This had caused a crash on the Linux version of
"Halls of Tormet" (steamid 2218750).

This game has TLS vector data which it was loading with a movhps and hit
this path.
Hits all the instructions that would have previously crashed.
@lioncash lioncash merged commit 2726f35 into FEX-Emu:main Oct 4, 2024
12 checks passed
@Sonicadvance1 Sonicadvance1 deleted the fix_vector_element_loadstore branch October 4, 2024 15:56
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