diff options
Diffstat (limited to 'include/asm-h8300')
-rw-r--r-- | include/asm-h8300/user.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-h8300/user.h b/include/asm-h8300/user.h index 6c64f99af3e1..14a9e18950f1 100644 --- a/include/asm-h8300/user.h +++ b/include/asm-h8300/user.h | |||
@@ -62,8 +62,7 @@ struct user{ | |||
62 | esp register. */ | 62 | esp register. */ |
63 | long int signal; /* Signal that caused the core dump. */ | 63 | long int signal; /* Signal that caused the core dump. */ |
64 | int reserved; /* No longer used */ | 64 | int reserved; /* No longer used */ |
65 | struct user_regs_struct *u_ar0; | 65 | unsigned long u_ar0; /* Used by gdb to help find the values for */ |
66 | /* Used by gdb to help find the values for */ | ||
67 | /* the registers. */ | 66 | /* the registers. */ |
68 | unsigned long magic; /* To uniquely identify a core file */ | 67 | unsigned long magic; /* To uniquely identify a core file */ |
69 | char u_comm[32]; /* User command that was responsible */ | 68 | char u_comm[32]; /* User command that was responsible */ |