Replace intrinsics::abort() call in switch_finish_hook with safer abort mechanism
abort will still run the illegal instruction interrupt handler which may not be safe.
Showing
- src/arch/aarch64/stop.rs 7 additions, 5 deletionssrc/arch/aarch64/stop.rs
- src/arch/x86/stop.rs 5 additions, 3 deletionssrc/arch/x86/stop.rs
- src/arch/x86_64/stop.rs 5 additions, 3 deletionssrc/arch/x86_64/stop.rs
- src/context/switch.rs 1 addition, 1 deletionsrc/context/switch.rs
- src/lib.rs 0 additions, 1 deletionsrc/lib.rs
Loading
Please register or sign in to comment