SPU/MFC: check for sync command before doing a list transfer

fixes #3828
This commit is contained in:
elad 2018-01-19 17:17:29 +02:00 committed by Ivan
commit f908daf323

View file

@ -187,7 +187,7 @@ void mfc_thread::cpu_task()
vm::notify(cmd.eal, 128); vm::notify(cmd.eal, 128);
} }
} }
else if (cmd.cmd & MFC_LIST_MASK) else if (cmd.cmd & MFC_LIST_MASK && LIKELY(cmd.cmd != MFC_SYNC_CMD))
{ {
struct list_element struct list_element
{ {