Fix bug causing raise() to not deliver any signals.

This commit is contained in:
4lDO2
2024-06-26 22:26:19 +02:00
parent 13720f59d5
commit 93a3401df4
4 changed files with 6 additions and 6 deletions
-1
View File
@@ -100,7 +100,6 @@ pub fn signal_handler() {
thread_ctl.saved_scratch_b.set(scratch_b);
thread_ctl.control_flags.store((control_flags | SigcontrolFlags::INHIBIT_DELIVERY).bits(), Ordering::Release);
log::info!("delivering");
}
pub fn excp_handler(signal: usize) {
let current = context::current().expect("CPU exception but not inside of context!");