--HG--
extra : convert_revision : 623b18587c4827a0de4841cee7fc68817d4b9427
This commit is contained in:
Nathan Binkert 2004-08-20 11:36:19 -04:00
parent 9023f5c96d
commit fbbdc531b8

View file

@ -68,7 +68,7 @@ class ThreadInfo
return VPtr<task_struct>(xc, task);
}
string
std::string
curTaskName()
{
return curTaskInfo()->comm;