From 8b0538623b8d656064bbc641ad3ff168a43a7c48 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 9 Dec 1994 05:42:09 +0000 Subject: [PATCH] (struct machine_thread_all_state): New member `exc'. --- sysdeps/mach/alpha/thread_state.h | 1 + 1 file changed, 1 insertion(+) 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; }; -- 2.7.4