diff options
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/xtensa/sys/procfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/xtensa/sys/procfs.h b/libc/sysdeps/linux/xtensa/sys/procfs.h index 785c400c8..f6f8752bc 100644 --- a/libc/sysdeps/linux/xtensa/sys/procfs.h +++ b/libc/sysdeps/linux/xtensa/sys/procfs.h @@ -38,7 +38,7 @@ __BEGIN_DECLS /* Type for a general-purpose register. */ typedef unsigned long elf_greg_t; -#define ELF_NGREG 32 +#define ELF_NGREG 128 typedef elf_greg_t elf_gregset_t[ELF_NGREG]; /* Register set for the floating-point registers. */ |