(struct machine_thread_all_state): New member `exc'.

This commit is contained in:
Roland McGrath 1994-12-09 05:42:09 +00:00
parent 946b6e002a
commit 8b0538623b

View File

@ -32,6 +32,7 @@ struct machine_thread_all_state
{
int set; /* Mask of bits (1 << FLAVOR). */
struct alpha_thread_state basic;
struct alpha_exc_state exc;
struct alpha_float_state fpu;
};