Searched defs:FrameStruct (Results 1 – 1 of 1) sorted by relevance
162 typedef struct FrameStruct struct164 struct FrameStruct *previous; argument165 int exceptionPC; /* pc value when this frame created */166 int exceptionVector; /* cpu vector causing exception */167 short frameSize; /* size of cpu frame in words */168 short sr; /* for 68000, this not always sr */169 int pc;170 short format;171 int fsaveHeader;172 int morejunk[0]; /* exception frame, fp save... */