RawSPU: protect NPC from writes/reads in running state
This commit is contained in:
@@ -1787,7 +1787,6 @@ void spursTasksetDispatch(spu_thread& spu)
|
||||
if (elfAddr & 2)
|
||||
{
|
||||
// TODO: Figure this out
|
||||
spu.status |= SPU_STATUS_STOPPED_BY_STOP;
|
||||
spu_runtime::g_escape(&spu);
|
||||
}
|
||||
|
||||
@@ -1841,7 +1840,6 @@ void spursTasksetDispatch(spu_thread& spu)
|
||||
if (elfAddr & 2)
|
||||
{
|
||||
// TODO: Figure this out
|
||||
spu.status |= SPU_STATUS_STOPPED_BY_STOP;
|
||||
spu_runtime::g_escape(&spu);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user