]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(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 38527df6543a99fda1a73df2ca554e304bc7be8f..28b0a15758759b0ed12b63dd4f636769a5cc6674 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;
   };