From 52a73899c09cc8c9083e1a4c94154c34b94b709a Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Tue, 12 May 1992 03:30:55 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r962 --- gcc/dbxout.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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); + } } } -- 2.30.2