thermosphere: add hypercall support... even if unused

This commit is contained in:
TuxSH 2019-07-23 00:54:35 +02:00
parent b5c6b06dad
commit bcc72896fd
5 changed files with 68 additions and 4 deletions

View file

@ -78,3 +78,5 @@ typedef struct ExceptionSyndromeRegister {
ExceptionClass ec : 6; // Exception Class
u32 res0 : 32;
} ExceptionSyndromeRegister;
void dumpStackFrame(const ExceptionStackFrame *frame, bool sameEl);