Commit 52a73899 by Mike Stump

*** empty log message ***

From-SVN: r962
parent bfa30b22
...@@ -781,8 +781,11 @@ dbxout_type_methods (type) ...@@ -781,8 +781,11 @@ dbxout_type_methods (type)
dbxout_type_method_1 (fndecl, debug_name); dbxout_type_method_1 (fndecl, debug_name);
} }
putc (';', asmfile); if (!need_prefix)
CHARS (1); {
putc (';', asmfile);
CHARS (1);
}
} }
} }
......
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