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

[RISC-V] Fix struct info value in crossgen2 #99602

Closed
wants to merge 2 commits into from

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    684c2e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. [RISC-V] Fix assertion in crossgen

    Asserts in `./Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutExp/MarshalStructAsLayoutExp.sh`
    Error message is
    `Assertion failed 'roundUp(structSize, TARGET_POINTER_SIZE) == roundUp(loadExtent, TARGET_POINTER_SIZE)' in 'Managed:MarshalStructAsParam_AsExpByVal(int)' during 'Morph - Global' (IL size 2208; hash 0x9fd9734a; MinOpts)`
    Copied missed codes of GetRiscV64PassStructInRegiste in vm to crossgen2
    clamp03 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    761237d View commit details
    Browse the repository at this point in the history