(struct machine_thread_all_state): New member `exc'.
authorRoland McGrath <roland@gnu.org>
Fri, 9 Dec 1994 05:42:09 +0000 (05:42 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 9 Dec 1994 05:42:09 +0000 (05:42 +0000)
sysdeps/mach/alpha/thread_state.h

index 38527df..28b0a15 100644 (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;
   };