mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-20 09:55:07 -04:00
kern: SvcReturnFromException
This commit is contained in:
parent
8cd81b3092
commit
5d462c626c
11 changed files with 647 additions and 56 deletions
|
@ -79,18 +79,10 @@ namespace ams::kern::svc {
|
|||
return Break(break_reason, arg, size);
|
||||
}
|
||||
|
||||
void ReturnFromException64(ams::Result result) {
|
||||
MESOSPHERE_PANIC("Stubbed SvcReturnFromException64 was called.");
|
||||
}
|
||||
|
||||
/* ============================= 64From32 ABI ============================= */
|
||||
|
||||
void Break64From32(ams::svc::BreakReason break_reason, ams::svc::Address arg, ams::svc::Size size) {
|
||||
return Break(break_reason, arg, size);
|
||||
}
|
||||
|
||||
void ReturnFromException64From32(ams::Result result) {
|
||||
MESOSPHERE_PANIC("Stubbed SvcReturnFromException64From32 was called.");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue