mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-12 22:25:37 -04:00
kern: mesosphere now implements kernel/sdk 12.3
This commit is contained in:
parent
96937a611d
commit
1d2be0a2eb
2 changed files with 3 additions and 3 deletions
|
@ -330,7 +330,7 @@ namespace ams::kern {
|
|||
}
|
||||
|
||||
ALWAYS_INLINE void ClearDpc(DpcFlag flag) {
|
||||
this->GetStackParameters().dpc_flags.fetch_and(~flag);;
|
||||
this->GetStackParameters().dpc_flags.fetch_and(~flag);
|
||||
}
|
||||
|
||||
ALWAYS_INLINE u8 GetDpc() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue