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

interp: Handle jumps in branch delay slots better #15952

Merged
merged 1 commit into from
Sep 3, 2022

Commits on Sep 3, 2022

  1. interp: Handle jumps in branch delay slots better.

    This matches tests from a PSP-2000.  Seems to consistently run the
    instruction even if likely, which writes rd.
    
    If the likely branch is not taken, the jump in the delay slot is taken.
    However, it should cancel the rd write (not implemented here.)
    unknownbrackets committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    0fc3619 View commit details
    Browse the repository at this point in the history