kern: update for new exception flag semantics
This commit is contained in:
@@ -509,7 +509,8 @@ namespace ams::kern {
|
||||
|
||||
void KThread::OnLeaveUsermodeException() {
|
||||
this->ClearUsermodeExceptionSvcPermissions();
|
||||
this->ClearInUsermodeExceptionHandler();
|
||||
|
||||
/* NOTE: InUsermodeExceptionHandler will be cleared by RestoreContext. */
|
||||
}
|
||||
|
||||
void KThread::Pin() {
|
||||
|
||||
Reference in New Issue
Block a user