From c693c1caaf48160d9e2d8c22dd5a2d0806a4a333 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 8 Aug 1994 07:39:58 +0000 Subject: [PATCH] (struct machine_thread_all_state): New type. --- sysdeps/mach/mips/thread_state.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sysdeps/mach/mips/thread_state.h b/sysdeps/mach/mips/thread_state.h index 541461f..f402c13 100644 --- a/sysdeps/mach/mips/thread_state.h +++ b/sysdeps/mach/mips/thread_state.h @@ -28,3 +28,11 @@ Cambridge, MA 02139, USA. */ #define PC pc #define SP r29 + +struct machine_thread_all_state + { + int set; /* Mask of bits (1 << FLAVOR). */ + struct mips_thread_state basic; + struct mips_exc_state exc; + struct mips_float_state fpu; + }; -- 2.7.4