mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-11 06:40:39 +00: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…
x
Reference in New Issue
Block a user