Beginnings of the architecture abstraction.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31104 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-06-18 19:57:46 +00:00
parent 1f2a566cd6
commit a81bb42a93
20 changed files with 405 additions and 17 deletions
+1
View File
@@ -337,4 +337,5 @@ TeamDebugger::_UpdateThreadState(::Thread* thread)
newState = THREAD_STATE_RUNNING;
thread->SetState(newState);
thread->SetCpuState(state);
}