mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-10-04 07:08:51 +00:00
kern: implement SvcGetThreadContext3
This commit is contained in:
parent
3b58aa547d
commit
cffc85ec2d
7 changed files with 139 additions and 3 deletions
|
@ -20,6 +20,8 @@
|
|||
|
||||
namespace ams::kern {
|
||||
using ams::kern::arch::arm64::KThreadContext;
|
||||
|
||||
using ams::kern::arch::arm64::GetUserContext;
|
||||
}
|
||||
#else
|
||||
#error "Unknown architecture for KThreadContext"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue