summaryrefslogtreecommitdiff
path: root/gdb/user-regs.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/user-regs.h')
-rw-r--r--gdb/user-regs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/user-regs.h b/gdb/user-regs.h
index 8c75ea0e06..1413c1c998 100644
--- a/gdb/user-regs.h
+++ b/gdb/user-regs.h
@@ -63,7 +63,8 @@ extern struct value *value_of_user_reg (int regnum, struct frame_info *frame);
/* Add a builtin register (present in all architectures). */
extern void user_reg_add_builtin (const char *name,
- user_reg_read_ftype *read, const void *baton);
+ user_reg_read_ftype *read,
+ const void *baton);
/* Add a per-architecture frame register. */
extern void user_reg_add (struct gdbarch *gdbarch, const char *name,