mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-25 12:12:50 +01:00
SPU LLVM: Add assert for MFC abort
This commit is contained in:
parent
e126af63ed
commit
94c048d018
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user