mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 16:15:46 +00:00
scheduler: Clear exclusive state when switching contexts
This commit is contained in:
parent
f00ca69a81
commit
56cc1c11ec
6 changed files with 11 additions and 0 deletions
|
@ -39,6 +39,7 @@ public:
|
|||
void LoadContext(const ThreadContext& ctx) override;
|
||||
|
||||
void PrepareReschedule() override;
|
||||
void ClearExclusiveState() override;
|
||||
|
||||
void ClearInstructionCache() override;
|
||||
void PageTableChanged() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue