From 56ce5020c702b538ce26ec69515b790b11f91de3 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 23 Mar 2025 20:57:26 +0100 Subject: feat(meta): move documentation to either drawio/ or /md/ according to file type. Signed-off-by: Amlal El Mahrouss --- dev/kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/kernel') diff --git a/dev/kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc b/dev/kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc index 9eaa24eb..cc8a06ea 100644 --- a/dev/kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc +++ b/dev/kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc @@ -60,7 +60,7 @@ EXTERN_C void idt_handle_pf(NeOS::UIntPtr rsp) namespace NeOS::Detail { - constexpr static Int32 kTimeoutCount = 100000UL; + constexpr static Int32 kTimeoutCount = 100000UL; } /// @brief Handle scheduler interrupt. -- cgit v1.2.3