mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-15 13:06:28 +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