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

kmc-solid: Use libc::abort to abort a program #95916

Merged
merged 1 commit into from
Jul 25, 2022

Commits on Apr 11, 2022

  1. kmc-solid: Use abort to abort a program

    The current implementation uses a `hlt` instruction, which is the most
    direct way to notify a connected debugger but is not the most flexible
    way. This commit changes it to a call to the `abort` libc function,
    making it possible for a system designer to override its behavior as
    they see fit.
    kawadakk committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    9d1f82e View commit details
    Browse the repository at this point in the history