summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/kernel/process.h')
-rw-r--r--src/core/hle/kernel/process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/process.h b/src/core/hle/kernel/process.h
index a0217d3d8..db14dd4b4 100644
--- a/src/core/hle/kernel/process.h
+++ b/src/core/hle/kernel/process.h
@@ -210,7 +210,7 @@ public:
210 /** 210 /**
211 * Applies address space changes and launches the process main thread. 211 * Applies address space changes and launches the process main thread.
212 */ 212 */
213 void Run(VAddr entry_point, s32 main_thread_priority, u32 stack_size); 213 void Run(VAddr entry_point, s32 main_thread_priority, u64 stack_size);
214 214
215 /** 215 /**
216 * Prepares a process for termination by stopping all of its threads 216 * Prepares a process for termination by stopping all of its threads