Always create CoreTiming timers during kernel init.

This commit is contained in:
Unknown W. Brackets
2012-12-23 21:27:26 -08:00
parent 65cfc8de86
commit 9ba0ed46fd
13 changed files with 38 additions and 56 deletions
+1
View File
@@ -435,6 +435,7 @@ void __KernelThreadingShutdown()
{
kernelMemory.Free(threadReturnHackAddr);
threadqueue.clear();
threadEndListeners.clear();
threadReturnHackAddr = 0;
cbReturnHackAddr = 0;
currentThread = 0;