mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 22:41:25 +12:00
SPU LLVM: Add assert for MFC abort
This commit is contained in:
parent
e126af63ed
commit
94c048d018
1 changed files with 1 additions and 1 deletions
|
@ -3070,7 +3070,7 @@ public:
|
||||||
{
|
{
|
||||||
if (!_spu->process_mfc_cmd() || _spu->state & cpu_flag::again)
|
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());
|
static_cast<void>(_spu->test_stopped());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue