diff options
Diffstat (limited to 'src/core/hle/kernel/process.cpp')
| -rw-r--r-- | src/core/hle/kernel/process.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/process.cpp b/src/core/hle/kernel/process.cpp index 751a0524d..b423a3477 100644 --- a/src/core/hle/kernel/process.cpp +++ b/src/core/hle/kernel/process.cpp | |||
| @@ -134,7 +134,7 @@ void Process::Run(VAddr entry_point, s32 main_thread_priority, u32 stack_size) { | |||
| 134 | HandleSpecialMapping(vm_manager, mapping); | 134 | HandleSpecialMapping(vm_manager, mapping); |
| 135 | } | 135 | } |
| 136 | 136 | ||
| 137 | vm_manager.LogLayout(Log::Level::Debug); | 137 | vm_manager.LogLayout(); |
| 138 | status = ProcessStatus::Running; | 138 | status = ProcessStatus::Running; |
| 139 | 139 | ||
| 140 | Kernel::SetupMainThread(entry_point, main_thread_priority, this); | 140 | Kernel::SetupMainThread(entry_point, main_thread_priority, this); |