Match and link OSContext, add ability to turn off frank

Former-commit-id: e924a90c59
This commit is contained in:
2022-12-17 22:03:45 -08:00
parent 71957e2a96
commit 922a4428f9
5 changed files with 564 additions and 8 deletions

View File

@@ -8,6 +8,8 @@
#ifdef __cplusplus
extern "C" {
#endif
#define __OS_EXCEPTION_FLOATING_POINT 7
typedef u8 __OSException;
typedef void (*__OSExceptionHandler)(__OSException exception, OSContext* context);