summaryrefslogtreecommitdiffhomepage
path: root/Kernel/HALKit/AMD64/HalHardwareMP.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/HALKit/AMD64/HalHardwareMP.cpp')
-rw-r--r--Kernel/HALKit/AMD64/HalHardwareMP.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/HALKit/AMD64/HalHardwareMP.cpp b/Kernel/HALKit/AMD64/HalHardwareMP.cpp
index 2ebf45fd..83e99ef8 100644
--- a/Kernel/HALKit/AMD64/HalHardwareMP.cpp
+++ b/Kernel/HALKit/AMD64/HalHardwareMP.cpp
@@ -16,7 +16,7 @@ namespace NewOS
{
HAL::rt_cli();
- stack->Rcx = 0;
+
HAL::rt_sti();
}
@@ -27,7 +27,7 @@ namespace NewOS
{
HAL::rt_cli();
- stack->Rcx = 1;
+
HAL::rt_sti();
}