We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0348d9a commit 8afcf24Copy full SHA for 8afcf24
Kernel/Interrupts/SpuriousInterruptHandler.h
@@ -36,7 +36,7 @@ class SpuriousInterruptHandler final : public GenericInterruptHandler {
36
void enable_interrupt_vector();
37
void disable_interrupt_vector();
38
explicit SpuriousInterruptHandler(u8 interrupt_number);
39
- bool m_enabled;
+ bool m_enabled { false };
40
bool m_real_irq { false };
41
RefPtr<IRQController> m_responsible_irq_controller;
42
OwnPtr<GenericInterruptHandler> m_real_handler;
0 commit comments