Commit 52a73899 by Mike Stump

*** empty log message ***

From-SVN: r962
parent bfa30b22
...@@ -781,9 +781,12 @@ dbxout_type_methods (type) ...@@ -781,9 +781,12 @@ dbxout_type_methods (type)
dbxout_type_method_1 (fndecl, debug_name); dbxout_type_method_1 (fndecl, debug_name);
} }
if (!need_prefix)
{
putc (';', asmfile); putc (';', asmfile);
CHARS (1); CHARS (1);
} }
}
} }
/* Output a reference to a type. If the type has not yet been /* Output a reference to a type. If the type has not yet been
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment