From: Mike Stump Date: Tue, 12 May 1992 03:30:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=52a73899c09cc8c9083e1a4c94154c34b94b709a;p=gcc.git *** empty log message *** From-SVN: r962 --- diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 49789ae619f..329579931e1 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -781,8 +781,11 @@ dbxout_type_methods (type) dbxout_type_method_1 (fndecl, debug_name); } - putc (';', asmfile); - CHARS (1); + if (!need_prefix) + { + putc (';', asmfile); + CHARS (1); + } } }