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: Add the ability to emit an unconditional exception exit #9867

Merged

Conversation

JosJuice
Copy link
Member

@JosJuice JosJuice commented Jul 6, 2021

In cases where we already know that there is an exception, either because we just checked for it or because we were the ones that generated the exception to begin with, we can skip the branch inside WriteExceptionExit.

In cases where we already know that there is an exception,
either because we just checked for it or because we were
the ones that generated the exception to begin with,
we can skip the branch inside WriteExceptionExit.
@degasus degasus merged commit 9df6f65 into dolphin-emu:master Jul 8, 2021
11 checks passed
@JosJuice JosJuice deleted the jitarm64-unconditional-exception-exit branch July 8, 2021 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants