SSBM Decomp
|
Go to the source code of this file.
Macros | |
#define | OS_EXCEPTION_SAVE_GPRS(context) |
Typedefs | |
typedef u8 | __OSException |
typedef void(* | __OSExceptionHandler) (__OSException exception, OSContext *context) |
Enumerations | |
enum | OSException { OS_EXCEPTION_FLOATING_POINT = 7 , OS_EXCEPTION_COUNT = 15 } |
#define OS_EXCEPTION_SAVE_GPRS | ( | context | ) |
typedef u8 __OSException |
typedef void(* __OSExceptionHandler) (__OSException exception, OSContext *context) |
enum OSException |