diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h b/sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h index 4bb8bb26d0..b75e25a3c8 100644 --- a/sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h +++ b/sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h @@ -47,9 +47,9 @@ typedef struct _libc_fpstate typedef struct _libc_vrstate { unsigned int vrregs[32][4]; - unsigned int vscr; unsigned int vrsave; unsigned int _pad[2]; + unsigned int vscr; } vrregset_t; /* Context to describe whole processor state. */ |