mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-24 05:12:52 +00:00
Core/Common: Address Feedback.
This commit is contained in:
@@ -23,7 +23,7 @@ public:
|
||||
CPUInterruptHandler(CPUInterruptHandler&&) = default;
|
||||
CPUInterruptHandler& operator=(CPUInterruptHandler&&) = default;
|
||||
|
||||
constexpr bool IsInterrupted() const {
|
||||
bool IsInterrupted() const {
|
||||
return is_interrupted;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user