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

[LoongArch64, RISC-V] Fix handling ThreadAbortException at the end of catch for LoongArch64 and RISC-V. #91531

Merged
merged 6 commits into from
Sep 7, 2023

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    77907a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddb3d49 View commit details
    Browse the repository at this point in the history
  3. Update asmhelpers.S

    LuckyXu-HF authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6b1505c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f2011e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Update asmhelpers.S

    Use RedirectForThreadAbort to call ThrowControlForThread directly.
    LuckyXu-HF authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e3fe80f View commit details
    Browse the repository at this point in the history
  2. Update asmhelpers.S

    Use RedirectForThreadAbort to call ThrowControlForThread directly.
    LuckyXu-HF authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e2542b8 View commit details
    Browse the repository at this point in the history