Explorar o código

xtensa: the size of the elf_gregset_t array is actually 128.

Signed-off-by: Chris Zankel <chris@zankel.net>
Chris Zankel %!s(int64=17) %!d(string=hai) anos
pai
achega
088c3af314
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libc/sysdeps/linux/xtensa/sys/procfs.h

+ 1 - 1
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.  */