Revert "race for cond.var."

This reverts commit 70c64ddcd2.

(breaks console)
This commit is contained in:
Folkert van Heusden 2025-03-30 10:41:21 +02:00
parent 5a156aba06
commit 9256a330c4
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -1687,7 +1687,7 @@ bool cpu::misc_operations(const uint16_t instr)
#else
std::unique_lock<std::mutex> lck(qi_lock);
while (check_pending_interrupts() == false)
if (check_pending_interrupts() == false)
qi_cv.wait(lck);
#endif
uint64_t end = get_us();