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

Assert if ScratchRegisterManager is unable to provide a register #7346

Merged
merged 1 commit into from
May 23, 2024

Commits on May 5, 2024

  1. Assert if ScratchRegisterManager is unable to provide a register

    The ScratchRegisterManager quietly returns NULL if it is unable to provide a
    scratch register.  This is actually a serious problem and the logic should
    assert fatally rather than return NULL.
    
    Signed-off-by: Daryl Maier <maier@ca.ibm.com>
    0xdaryl committed May 5, 2024
    Configuration menu
    Copy the full SHA
    1e0a8f1 View commit details
    Browse the repository at this point in the history