SPU LLVM: fixup after #8175 (#8214)

Mask out RESULT cmd bit, do not create unbound branch blocks. (non-TSX)
This commit is contained in:
Eladash 2020-05-14 15:34:14 +03:00 committed by GitHub
parent 310f367fb1
commit 91d06a9729
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 14 deletions

View file

@ -1087,7 +1087,9 @@ static T ppu_load_acquire_reservation(ppu_thread& ppu, u32 addr)
}
else
{
ppu.state += cpu_flag::wait;
std::this_thread::yield();
ppu.check_state();
}
}