mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 17:40:06 +00:00
(struct machine_thread_all_state): New member `exc'.
This commit is contained in:
parent
946b6e002a
commit
8b0538623b
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user