mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-20 09:55:07 -04:00
thermosphere: add hypercall support... even if unused
This commit is contained in:
parent
b5c6b06dad
commit
bcc72896fd
5 changed files with 68 additions and 4 deletions
|
@ -78,3 +78,5 @@ typedef struct ExceptionSyndromeRegister {
|
|||
ExceptionClass ec : 6; // Exception Class
|
||||
u32 res0 : 32;
|
||||
} ExceptionSyndromeRegister;
|
||||
|
||||
void dumpStackFrame(const ExceptionStackFrame *frame, bool sameEl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue