mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
svc: ret for svcCallSecureMonitor is void.
This commit is contained in:
parent
e6c7ac7c0b
commit
0a88426a6a
@ -1561,10 +1561,9 @@ Result svcSetResourceLimitLimitValue(Handle reslimit, LimitableResource which, u
|
|||||||
/**
|
/**
|
||||||
* @brief Calls a secure monitor function (TrustZone, EL3).
|
* @brief Calls a secure monitor function (TrustZone, EL3).
|
||||||
* @param regs Arguments to pass to the secure monitor.
|
* @param regs Arguments to pass to the secure monitor.
|
||||||
* @return Return value from the secure monitor.
|
|
||||||
* @note Syscall number 0x7F.
|
* @note Syscall number 0x7F.
|
||||||
* @warning This is a privileged syscall. Use \ref envIsSyscallHinted to check if it is available.
|
* @warning This is a privileged syscall. Use \ref envIsSyscallHinted to check if it is available.
|
||||||
*/
|
*/
|
||||||
u64 svcCallSecureMonitor(SecmonArgs* regs);
|
void svcCallSecureMonitor(SecmonArgs* regs);
|
||||||
|
|
||||||
///@}
|
///@}
|
||||||
|
Loading…
Reference in New Issue
Block a user