just in case someone continues in the debugger

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13449 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2005-07-05 16:19:15 +00:00
parent 359c905c57
commit b2086a9ba0

View File

@ -456,6 +456,7 @@ BLooper::Run()
if (fRunCalled) {
// Not allowed to call Run() more than once
debugger("can't call BLooper::Run twice!");
return fTaskID;
}
fTaskID = spawn_thread(_task0_, Name(), fInitPriority, this);