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

@ -511,7 +511,7 @@ public:
void WriteLS128(const u32 lsa, const u128& data) const { vm::write128(lsa + m_offset, data); }
std::function<void(SPUThread& SPU)> m_custom_task;
std::function<u64(SPUThread& SPU)> m_code3_func;
std::function<void(SPUThread& SPU)> m_code3_func;
public:
SPUThread(CPUThreadType type = CPU_THREAD_SPU);