diff options
Diffstat (limited to 'gdb/ui-out.h')
-rw-r--r-- | gdb/ui-out.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ui-out.h b/gdb/ui-out.h index 58a4e80eebb..4f3b7a45302 100644 --- a/gdb/ui-out.h +++ b/gdb/ui-out.h @@ -115,7 +115,7 @@ extern void ui_out_field_fmt_int (struct ui_out *uiout, int width, int value); extern void ui_out_field_core_addr (struct ui_out *uiout, const char *fldname, - CORE_ADDR address); + struct gdbarch *gdbarch, CORE_ADDR address); extern void ui_out_field_string (struct ui_out * uiout, const char *fldname, const char *string); |