mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-18 00:54:23 -04:00
kern: update for new exception flag semantics
This commit is contained in:
parent
13238fc4fd
commit
bf4fdf6188
4 changed files with 27 additions and 12 deletions
|
@ -509,7 +509,8 @@ namespace ams::kern {
|
|||
|
||||
void KThread::OnLeaveUsermodeException() {
|
||||
this->ClearUsermodeExceptionSvcPermissions();
|
||||
this->ClearInUsermodeExceptionHandler();
|
||||
|
||||
/* NOTE: InUsermodeExceptionHandler will be cleared by RestoreContext. */
|
||||
}
|
||||
|
||||
void KThread::Pin() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue