SPURS: Integrate SPURS kernel and system service workload. Also, fixed some bugs.

This commit is contained in:
S Gopal Rajagopal 2015-01-03 15:59:22 +05:30
parent 4a83d43a8f
commit c1df79b713
8 changed files with 897 additions and 845 deletions

View file

@ -1029,7 +1029,7 @@ void SPUThread::StopAndSignal(u32 code)
case 0x003:
{
GPR[3]._u64[1] = m_code3_func(*this);
m_code3_func(*this);
break;
}