Various exception/assert files

This commit is contained in:
robojumper
2025-08-20 20:55:56 +02:00
parent 897de53b2d
commit 50c32beaa7
20 changed files with 367 additions and 67 deletions
+2 -1
View File
@@ -38,7 +38,8 @@ typedef enum {
OS_ERR_MAX
} OSErrorType;
typedef void (*OSErrorHandler)(u16 error, OSContext *ctx, u32 dsisr, u32 dar);
typedef u16 OSError;
typedef void (*OSErrorHandler)(OSError error, OSContext* context, ...);
extern OSErrorHandler __OSErrorTable[OS_ERR_MAX];
extern u32 __OSFpscrEnableBits;