Revert "race for cond.var."
This reverts commit 70c64ddcd2
.
(breaks console)
This commit is contained in:
parent
5a156aba06
commit
9256a330c4
1 changed files with 1 additions and 1 deletions
2
cpu.cpp
2
cpu.cpp
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue