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 26a9c2360..efae4a179 100644 --- a/src/core/hle/kernel/process.cpp +++ b/src/core/hle/kernel/process.cpp | |||
| @@ -85,7 +85,7 @@ void Process::ParseKernelCaps(const u32* kernel_caps, size_t len) { | |||
| 85 | } | 85 | } |
| 86 | 86 | ||
| 87 | void Process::Run(VAddr entry_point, s32 main_thread_priority, u32 stack_size) { | 87 | void Process::Run(VAddr entry_point, s32 main_thread_priority, u32 stack_size) { |
| 88 | Kernel::SetupMainThread(stack_size, entry_point, main_thread_priority); | 88 | Kernel::SetupMainThread(entry_point, main_thread_priority); |
| 89 | } | 89 | } |
| 90 | 90 | ||
| 91 | Kernel::Process::Process() {} | 91 | Kernel::Process::Process() {} |