mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 23:10:06 +00:00
(struct machine_thread_all_state): New type.
This commit is contained in:
parent
d85eb528c4
commit
c693c1caaf
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user