aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/user_32.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/user_32.h')
-rw-r--r--include/asm-x86/user_32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/user_32.h b/include/asm-x86/user_32.h
index ed8b8fc6906c..6157da6f882c 100644
--- a/include/asm-x86/user_32.h
+++ b/include/asm-x86/user_32.h
@@ -116,7 +116,7 @@ struct user{
esp register. */
long int signal; /* Signal that caused the core dump. */
int reserved; /* No longer used */
- struct user_pt_regs * u_ar0; /* Used by gdb to help find the values for */
+ unsigned long u_ar0; /* Used by gdb to help find the values for */
/* the registers. */
struct user_i387_struct* u_fpstate; /* Math Co-processor pointer. */
unsigned long magic; /* To uniquely identify a core file */