mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 11:05:46 +00:00
core: hle: kernel: Fix InitializePreemption order.
This commit is contained in:
parent
55ed04af34
commit
3785e8d1c7
1 changed files with 1 additions and 1 deletions
|
@ -74,8 +74,8 @@ struct KernelCore::Impl {
|
||||||
InitializeMemoryLayout();
|
InitializeMemoryLayout();
|
||||||
Init::InitializeKPageBufferSlabHeap(system);
|
Init::InitializeKPageBufferSlabHeap(system);
|
||||||
InitializeShutdownThreads();
|
InitializeShutdownThreads();
|
||||||
InitializePreemption(kernel);
|
|
||||||
InitializePhysicalCores();
|
InitializePhysicalCores();
|
||||||
|
InitializePreemption(kernel);
|
||||||
|
|
||||||
// Initialize the Dynamic Slab Heaps.
|
// Initialize the Dynamic Slab Heaps.
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue