summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/Sources/Timer.cxx
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-08-24 18:06:32 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-08-24 18:06:32 +0200
commit529945c987c5107d84b627a56627df6dd40dd3da (patch)
tree33ed7c7e3795e091fa85daf5ef3c37a74618d9d1 /dev/ZKA/Sources/Timer.cxx
parentfdc8aaab2ad3c2f2f3f4bb4ffb71bc2d797366aa (diff)
[FIX] Kernel: Fix scheduler code and improved it's inner workings.
[FIX] DLLMain now spins scheduler when it's done about showing the setup window. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKA/Sources/Timer.cxx')
-rw-r--r--dev/ZKA/Sources/Timer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZKA/Sources/Timer.cxx b/dev/ZKA/Sources/Timer.cxx
index 7a5ebd8d..3e5f6f3d 100644
--- a/dev/ZKA/Sources/Timer.cxx
+++ b/dev/ZKA/Sources/Timer.cxx
@@ -41,7 +41,7 @@ Int32 SoftwareTimer::Wait() noexcept
while (*fDigitalTimer < (*fDigitalTimer + fWaitFor))
{
- ++fDigitalTimer;
+ ++(*fDigitalTimer);
}
return 0;