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

JitArm64: Fix JitAsm without entry points map #12341

Merged
merged 1 commit into from Nov 30, 2023

Conversation

JosJuice
Copy link
Member

This must have broken in a rebase of one of my recently merged PRs.

Dolphin still worked correctly with this bug, for two reasons:

  1. Most AArch64 users are not on Windows, and therefore normally do have the entry points map.
  2. When the bug was triggered, Dolphin would fall back to the slower path rather than crashing.

This must have broken in a rebase of one of my recently merged PRs.

Dolphin still worked correctly with this bug, for two reasons:

1. Most AArch64 users are not on Windows, and therefore normally do have
   the entry points map.
2. When the bug was triggered, Dolphin would fall back to the slower
   path rather than crashing.
@AdmiralCurtiss AdmiralCurtiss merged commit 529a51d into dolphin-emu:master Nov 30, 2023
11 checks passed
@JosJuice JosJuice deleted the jitarm64-msr-pc-order branch November 30, 2023 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants