kern: implement user thread start, el0 code now runs
This commit is contained in:
@@ -222,7 +222,6 @@ namespace ams::kern {
|
||||
}
|
||||
|
||||
bool SetSvcAllowed(u32 id) {
|
||||
constexpr size_t BitsPerWord = BITSIZEOF(this->svc_access_flags[0]);
|
||||
if (id < BITSIZEOF(this->svc_access_flags)) {
|
||||
SetSvcAllowedImpl(this->svc_access_flags, id);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user