mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -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
|
// Save a map file
|
||||||
const Symbol &rSymbol = itr->second;
|
const Symbol &rSymbol = itr->second;
|
||||||
if(!WithCodes)
|
if(!WithCodes)
|
||||||
|
{
|
||||||
fprintf(f,"%08x %08x %08x %i %s\n", rSymbol.address, rSymbol.size, rSymbol.address,
|
fprintf(f,"%08x %08x %08x %i %s\n", rSymbol.address, rSymbol.size, rSymbol.address,
|
||||||
0, rSymbol.name.c_str());
|
0, rSymbol.name.c_str());
|
||||||
|
itr++;
|
||||||
|
}
|
||||||
|
|
||||||
// Save a code file
|
// Save a code file
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user