Fix typo causing rt signals not to wakeup thread.

This commit is contained in:
4lDO2
2026-02-05 15:13:47 +01:00
parent cac7266a54
commit c6f5703313
+1 -1
View File
@@ -2333,7 +2333,7 @@ impl<'a> ProcScheme<'a> {
continue;
};
log::trace!("TCTL {:#x?}", &**tctl);
if (tctl.word[sig_group].load(Ordering::Relaxed) >> 32) & sig_bit(sig)
if (tctl.word[sig_group].load(Ordering::Relaxed) >> 32) & (1 << sig_idx)
!= 0
{
thread