a few FIXMEs

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1036 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hsc
2012-04-10 16:43:55 +00:00
parent ec2e658bec
commit c368e4bfeb
3 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,7 @@ void CoroutineManager::m_invoke(void* pData)
{
//std::cerr << "CORO m_invoke " << co_current() << std::endl;
reinterpret_cast<ExperimentFlow*>(pData)->coroutine_entry();
//m_togglerstack.pop(); // FIXME need to pop our caller
co_exit(); // deletes the associated coroutine memory as well
// we really shouldn't get here