From: Roland McGrath Date: Fri, 9 Dec 1994 05:42:09 +0000 (+0000) Subject: (struct machine_thread_all_state): New member `exc'. X-Git-Tag: upstream/2.30~10627^2~4001 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b0538623b8d656064bbc641ad3ff168a43a7c48;p=external%2Fglibc.git (struct machine_thread_all_state): New member `exc'. --- diff --git a/sysdeps/mach/alpha/thread_state.h b/sysdeps/mach/alpha/thread_state.h index 38527df..28b0a15 100644 --- a/sysdeps/mach/alpha/thread_state.h +++ b/sysdeps/mach/alpha/thread_state.h @@ -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; };