From a1e220966cd3f0c686a862b65374501781f95956 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 9 Jan 2026 02:47:08 +0100 Subject: chore: pre-release prep. Signed-off-by: Amlal El Mahrouss --- src/kernel/KernelKit/Timer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kernel/KernelKit/Timer.h') diff --git a/src/kernel/KernelKit/Timer.h b/src/kernel/KernelKit/Timer.h index a5b7be03..6948be6e 100644 --- a/src/kernel/KernelKit/Timer.h +++ b/src/kernel/KernelKit/Timer.h @@ -40,7 +40,7 @@ class SoftwareTimer final : public ITimer { private: UIntPtr* fDigitalTimer{nullptr}; - Int64 fWaitFor{0}; + Int64 fWaitFor{0L}; }; class HardwareTimer final : public ITimer { @@ -70,4 +70,4 @@ inline constexpr UInt64 rtl_milliseconds(UInt64 time) { } } // namespace Kernel -#endif // !__KERNEL_KIT_TIMER_H__ \ No newline at end of file +#endif // !__KERNEL_KIT_TIMER_H__ -- cgit v1.2.3