(struct machine_thread_all_state): New type.

This commit is contained in:
Roland McGrath 1994-08-08 07:39:58 +00:00
parent d85eb528c4
commit c693c1caaf
1 changed files with 8 additions and 0 deletions

View File

@ -28,3 +28,11 @@ Cambridge, MA 02139, USA. */
#define PC pc
#define SP r29
struct machine_thread_all_state
{
int set; /* Mask of bits (1 << FLAVOR). */
struct mips_thread_state basic;
struct mips_exc_state exc;
struct mips_float_state fpu;
};