From 56ac22f7371fdf45016972ce9f487cb3f02551ae Mon Sep 17 00:00:00 2001 From: ReinUsesLisp Date: Wed, 26 Aug 2020 01:19:01 +0000 Subject: cpu_interrupt_handler: Misc style changes --- src/core/arm/cpu_interrupt_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/arm/cpu_interrupt_handler.h') diff --git a/src/core/arm/cpu_interrupt_handler.h b/src/core/arm/cpu_interrupt_handler.h index 61c22fef9..71e582f79 100644 --- a/src/core/arm/cpu_interrupt_handler.h +++ b/src/core/arm/cpu_interrupt_handler.h @@ -33,8 +33,8 @@ public: void AwaitInterrupt(); private: - std::atomic_bool is_interrupted{false}; std::unique_ptr interrupt_event; + std::atomic_bool is_interrupted{false}; }; } // namespace Core -- cgit v1.2.3