RetroArch
|
#include <gctypes.h>
Go to the source code of this file.
Classes | |
struct | _excption_frame |
Macros | |
#define | NUM_EXCEPTIONS 15 |
#define | EX_SYS_RESET 0 |
#define | EX_MACH_CHECK 1 |
#define | EX_DSI 2 |
#define | EX_ISI 3 |
#define | EX_INT 4 |
#define | EX_ALIGN 5 |
#define | EX_PRG 6 |
#define | EX_FP 7 |
#define | EX_DEC 8 |
#define | EX_SYS_CALL 9 |
#define | EX_TRACE 10 |
#define | EX_PERF 11 |
#define | EX_IABR 12 |
#define | EX_RESV 13 |
#define | EX_THERM 14 |
Typedefs | |
typedef struct _excption_frame | frame_context |
#define EX_ALIGN 5 |
#define EX_DEC 8 |
#define EX_DSI 2 |
#define EX_FP 7 |
#define EX_IABR 12 |
#define EX_INT 4 |
#define EX_ISI 3 |
#define EX_MACH_CHECK 1 |
#define EX_PERF 11 |
#define EX_PRG 6 |
#define EX_RESV 13 |
#define EX_SYS_CALL 9 |
#define EX_SYS_RESET 0 |
#define EX_THERM 14 |
#define EX_TRACE 10 |
#define NUM_EXCEPTIONS 15 |
typedef struct _excption_frame frame_context |