diff options
author | Fred Fish <fnf@specifix.com> | 1991-11-18 18:18:30 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1991-11-18 18:18:30 +0000 |
commit | 1a18a1856b5da175f137a03e37aa977c38f8a546 (patch) | |
tree | aa4227526a474eca2a2774c68e44226de1c581a5 /gdb/cplus-dem.c | |
parent | 2d6186f4faf6f2072b3a912f7d206dcdfac263ef (diff) | |
download | ppe42-binutils-1a18a1856b5da175f137a03e37aa977c38f8a546.tar.gz ppe42-binutils-1a18a1856b5da175f137a03e37aa977c38f8a546.zip |
Supply missing third arg to instance of call to do_type().
Diffstat (limited to 'gdb/cplus-dem.c')
-rw-r--r-- | gdb/cplus-dem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cplus-dem.c b/gdb/cplus-dem.c index 2398ffbfb7..6800f3ffd3 100644 --- a/gdb/cplus-dem.c +++ b/gdb/cplus-dem.c @@ -1183,7 +1183,7 @@ munge_function_name (name, arg_mode) /* type conversion operator. */ string type; const char *tem = name->b + 4; - if (do_type (&tem, &type)) + if (do_type (&tem, &type, arg_mode)) { string_clear (name); string_append (name, "operator "); |