summaryrefslogtreecommitdiffstats
path: root/src/core/arm/cpu_interrupt_handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/arm/cpu_interrupt_handler.cpp')
-rw-r--r--src/core/arm/cpu_interrupt_handler.cpp2
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>();
}