RetroArch
Classes | Macros | Typedefs
context.h File Reference
#include <gctypes.h>
Include dependency graph for context.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ EX_ALIGN

#define EX_ALIGN   5

◆ EX_DEC

#define EX_DEC   8

◆ EX_DSI

#define EX_DSI   2

◆ EX_FP

#define EX_FP   7

◆ EX_IABR

#define EX_IABR   12

◆ EX_INT

#define EX_INT   4

◆ EX_ISI

#define EX_ISI   3

◆ EX_MACH_CHECK

#define EX_MACH_CHECK   1

◆ EX_PERF

#define EX_PERF   11

◆ EX_PRG

#define EX_PRG   6

◆ EX_RESV

#define EX_RESV   13

◆ EX_SYS_CALL

#define EX_SYS_CALL   9

◆ EX_SYS_RESET

#define EX_SYS_RESET   0

◆ EX_THERM

#define EX_THERM   14

◆ EX_TRACE

#define EX_TRACE   10

◆ NUM_EXCEPTIONS

#define NUM_EXCEPTIONS   15

Typedef Documentation

◆ frame_context