mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Typo
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1361 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -326,8 +326,11 @@ bool SymbolDB::SaveMap(const char *filename, bool WithCodes) const
|
||||
// Save a map file
|
||||
const Symbol &rSymbol = itr->second;
|
||||
if(!WithCodes)
|
||||
{
|
||||
fprintf(f,"%08x %08x %08x %i %s\n", rSymbol.address, rSymbol.size, rSymbol.address,
|
||||
0, rSymbol.name.c_str());
|
||||
itr++;
|
||||
}
|
||||
|
||||
// Save a code file
|
||||
else
|
||||
|
Reference in New Issue
Block a user