ERROR_FRAME Type (Array)

error.h

typedef struct ErrorFrameStruct {
unsigned long A2, A3, A4, A5, A6, A7;
unsigned long D3, D4, D5, D6, D7;
unsigned long NG_control;
char *RetIndex;
unsigned long PC;
struct ErrorFrameStruct *Link;
} ERROR_FRAME [1];

A type designed for capturing a task state.

ERROR_FRAME is a type designed for capturing a task state needed for catching errors using the ER_catch command.