diff options
Diffstat (limited to 'src/core/arm/cpu_interrupt_handler.cpp')
-rw-r--r-- | src/core/arm/cpu_interrupt_handler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/cpu_interrupt_handler.cpp b/src/core/arm/cpu_interrupt_handler.cpp index df0350881..4c717ebe9 100644 --- a/src/core/arm/cpu_interrupt_handler.cpp +++ b/src/core/arm/cpu_interrupt_handler.cpp @@ -7,7 +7,7 @@ namespace Core { -CPUInterruptHandler::CPUInterruptHandler() : is_interrupted{} { +CPUInterruptHandler::CPUInterruptHandler() { interrupt_event = std::make_unique<Common::Event>(); } |