replace bs_t with rx::EnumBitSet

This commit is contained in:
DH 2025-10-04 22:19:57 +03:00
parent 3f14b99f24
commit 2965aaf3e3
46 changed files with 600 additions and 809 deletions

View file

@ -850,7 +850,7 @@ namespace rsx
on_exit();
}
void thread::cpu_wait(bs_t<cpu_flag> old)
void thread::cpu_wait(rx::EnumBitSet<cpu_flag> old)
{
if (external_interrupt_lock)
{