SPU LLVM: Add assert for MFC abort

This commit is contained in:
Eladash 2024-03-27 11:29:26 +02:00 committed by Elad Ashkenazi
parent e126af63ed
commit 94c048d018
1 changed files with 1 additions and 1 deletions

View File

@ -3070,7 +3070,7 @@ public:
{
if (!_spu->process_mfc_cmd() || _spu->state & cpu_flag::again)
{
spu_runtime::g_escape(_spu);
fmt::throw_exception("exec_mfc_cmd(): Should not abort!");
}
static_cast<void>(_spu->test_stopped());