diff options
Diffstat (limited to 'Kernel/KernelKit/SMPManager.hpp')
| -rw-r--r-- | Kernel/KernelKit/SMPManager.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Kernel/KernelKit/SMPManager.hpp b/Kernel/KernelKit/SMPManager.hpp index 985050f1..ba706cf6 100644 --- a/Kernel/KernelKit/SMPManager.hpp +++ b/Kernel/KernelKit/SMPManager.hpp @@ -94,11 +94,11 @@ namespace NewOS NEWOS_COPY_DEFAULT(SMPManager); public: - bool Switch(HAL::StackFrame* the); - HAL::StackFramePtr GetStackFrame() noexcept; + bool Switch(HAL::StackFramePtr the); + HAL::StackFramePtr Leak() noexcept; public: - Ref<HardwareThread> operator[](const SizeT& idx); + Ref<HardwareThread*> operator[](const SizeT& idx); bool operator!() noexcept; operator bool() noexcept; |
