mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-16 10:36:27 +00:00
cpu_interrupt_handler: Misc style changes
This commit is contained in:
@@ -33,8 +33,8 @@ public:
|
||||
void AwaitInterrupt();
|
||||
|
||||
private:
|
||||
std::atomic_bool is_interrupted{false};
|
||||
std::unique_ptr<Common::Event> interrupt_event;
|
||||
std::atomic_bool is_interrupted{false};
|
||||
};
|
||||
|
||||
} // namespace Core
|
||||
|
||||
Reference in New Issue
Block a user