mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-22 20:25:46 +00:00
scheduler: Clear exclusive state when switching contexts
This commit is contained in:
@@ -39,6 +39,7 @@ public:
|
||||
void LoadContext(const ThreadContext& ctx) override;
|
||||
|
||||
void PrepareReschedule() override;
|
||||
void ClearExclusiveState() override;
|
||||
|
||||
void ClearInstructionCache() override;
|
||||
void PageTableChanged() override;
|
||||
|
||||
Reference in New Issue
Block a user