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

Add missing relos in dumpRelocationHeaderData #16017

Merged
merged 1 commit into from
Oct 5, 2022

Commits on Sep 29, 2022

  1. Add missing relos in dumpRelocationHeaderData

    TR_InlinedStaticMethod, TR_InlinedSpecialMethod, and
    TR_InlinedAbstractMethod were missed in the debug code that dumps out
    the relocation data. As the codes tands, if the compiler generates
    these relocations, it will assert when trying to dump.
    
    Signed-off-by: Irwin D'Souza <dsouzai.gh@gmail.com>
    dsouzai committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    9258159 View commit details
    Browse the repository at this point in the history