diff options
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
