Fixup for cpu_flag::temp

Wrong check_state() result was triggering assertion.
This commit is contained in:
Nekotekina 2020-10-26 01:16:16 +03:00
parent d344701fd5
commit f1e66085cd
3 changed files with 5 additions and 4 deletions

View file

@ -271,7 +271,7 @@ namespace spu
busy_wait(count);
}
spu.check_state();
verify(HERE), !spu.check_state();
}
atomic_instruction_table[pc_offset]++;