mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-30 14:01:51 +00:00
9d1f82ebfc
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |