瀏覽代碼

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

Signed-off-by: Chris Zankel <chris@zankel.net>
Chris Zankel 18 年之前
父節點
當前提交
088c3af314
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.  */