Minor changes

This commit is contained in:
Nekotekina 2017-01-25 02:22:19 +03:00 committed by Ivan
parent 1c14d872a8
commit 9232ddf0ab
16 changed files with 73 additions and 32 deletions

View file

@ -149,7 +149,7 @@ void cpu_thread::run()
void cpu_thread::set_signal()
{
verify("cpu_flag::signal" HERE), !state.test_and_set(cpu_flag::signal);
notify(); // TODO: lock_notify?
notify();
}
std::string cpu_thread::dump() const