diff options
Diffstat (limited to 'gdb/user-regs.c')
-rw-r--r-- | gdb/user-regs.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/user-regs.c b/gdb/user-regs.c index e0a911d..f41546f 100644 --- a/gdb/user-regs.c +++ b/gdb/user-regs.c @@ -77,7 +77,9 @@ append_user_reg (struct gdb_user_regs *regs, const char *name, /* An array of the builtin user registers. */ -static struct gdb_user_regs builtin_user_regs = { NULL, &builtin_user_regs.first }; +static struct gdb_user_regs builtin_user_regs = { + NULL, &builtin_user_regs.first +}; void user_reg_add_builtin (const char *name, user_reg_read_ftype *read, |