mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-30 09:32:07 +00:00
MakePEF: clarify debug output
This commit is contained in:
parent
327f1573fd
commit
de5ea08375
@ -237,7 +237,7 @@ void mkpef(std::istream& in, std::ostream& out, std::string mainSymbol = "__star
|
||||
{
|
||||
assert((sym.l_smtype & 3) == XTY_ER);
|
||||
if(verboseFlag)
|
||||
std::cerr << "from file: " << sym.l_ifile << std::endl;
|
||||
std::cerr << "... from file: " << sym.l_ifile << std::endl;
|
||||
importLibs[sym.l_ifile].imports.push_back(name);
|
||||
importSources[name] = totalImportedSyms;
|
||||
importedSymbolSet.insert(name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user