Small fix

This commit is contained in:
Nekotekina 2017-03-14 16:11:58 +03:00
parent 07646c2124
commit 63a107acbc
1 changed files with 7 additions and 0 deletions

View File

@ -726,6 +726,13 @@ void SPUThread::process_mfc_cmd()
case MFC_SYNC_CMD:
{
ch_mfc_cmd.size = 0;
if (mfc_queue.size() == 0)
{
_mm_mfence();
return;
}
break;
}
default: