summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/KernelKit/Timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/KernelKit/Timer.h')
-rw-r--r--src/kernel/KernelKit/Timer.h4
1 files changed, 2 insertions, 2 deletions
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__