summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/KernelKit/UserProcessScheduler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZKA/KernelKit/UserProcessScheduler.hxx')
-rw-r--r--dev/ZKA/KernelKit/UserProcessScheduler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZKA/KernelKit/UserProcessScheduler.hxx b/dev/ZKA/KernelKit/UserProcessScheduler.hxx
index fafe474c..3a393874 100644
--- a/dev/ZKA/KernelKit/UserProcessScheduler.hxx
+++ b/dev/ZKA/KernelKit/UserProcessScheduler.hxx
@@ -286,7 +286,7 @@ namespace Kernel
class ProcessHelper final
{
public:
- STATIC bool Switch(VoidPtr image_ptr, UInt8* stack, HAL::StackFramePtr frame_ptr, const PID& new_pid);
+ STATIC bool Switch(VoidPtr image_ptr, UInt8* stack_ptr, HAL::StackFramePtr frame_ptr, const PID& new_pid);
STATIC bool CanBeScheduled(UserProcess& process);
STATIC PID& TheCurrentPID();
STATIC SizeT StartScheduling();