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

i#3544 RV64: Fix patch_stub for unaligned stub_pc #6711

Merged
merged 1 commit into from
Mar 19, 2024

Commits on Mar 19, 2024

  1. i#3544 RV64: Fix patch_stub for unaligned stub_pc

    To simplify codegen, we require the exit stub pc to be aligned to 4 bytes. If it
    is not aligned, we place a c.nop at the beginning of the exit stub. Therefore,
    all functions that modify the exit stub should skip the possible c.nop.
    ksco committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1b589e3 View commit details
    Browse the repository at this point in the history