diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-08-16 00:01:59 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-08-16 00:01:59 +0000 |
commit | ea084b50ed3305a5e7c3e1e144358c2298aabc19 (patch) | |
tree | 7fddfeb503aeed9243babd5e9b824a2220270889 /gdb/i387-tdep.c | |
parent | bc104c9ed1821f687ad804129f2fb48ad2f1cdd3 (diff) | |
download | gdb-ea084b50ed3305a5e7c3e1e144358c2298aabc19.tar.gz |
2002-08-15 Andrew Cagney <ac131313@redhat.com>
* i387-tdep.h (i387_print_float_info): Add `args' parameter.
* i387-tdep.c (i387_print_float_info): Add `args' parameter.
Diffstat (limited to 'gdb/i387-tdep.c')
-rw-r--r-- | gdb/i387-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i387-tdep.c b/gdb/i387-tdep.c index 4a39eecb1e6..2ef7c33197b 100644 --- a/gdb/i387-tdep.c +++ b/gdb/i387-tdep.c @@ -318,7 +318,7 @@ print_i387_control_word (unsigned int control, struct ui_file *file) void i387_print_float_info (struct gdbarch *gdbarch, struct ui_file *file, - struct frame_info *frame) + struct frame_info *frame, const char *args) { unsigned int fctrl; unsigned int fstat; |