summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/HALKit/AMD64/HalCoreInterruptHandler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/HALKit/AMD64/HalCoreInterruptHandler.cc')
-rw-r--r--src/kernel/HALKit/AMD64/HalCoreInterruptHandler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/HALKit/AMD64/HalCoreInterruptHandler.cc b/src/kernel/HALKit/AMD64/HalCoreInterruptHandler.cc
index 040f5daa..e977912f 100644
--- a/src/kernel/HALKit/AMD64/HalCoreInterruptHandler.cc
+++ b/src/kernel/HALKit/AMD64/HalCoreInterruptHandler.cc
@@ -12,7 +12,7 @@
EXTERN_C Kernel::Void idt_handle_breakpoint(Kernel::UIntPtr rip);
EXTERN_C Kernel::UIntPtr kApicBaseAddress;
-static bool kIsRunning = NO;
+STATIC BOOL kIsRunning{NO};
/// @brief Notify APIC and PIC that we're done with the interrupt.
/// @note