ps1/exe: fill pad.code section with zeros.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-11-18 20:54:10 +01:00
parent d822b4a62a
commit 519fa55df7
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -386,8 +386,8 @@ int ElfLinker::addLoader(const char *sname)
}
memcpy(output + outputlen, section->input, section->size);
section->output = output + outputlen;
//printf("section added: 0x%04x %3d %s\n", outputlen, section->size, section->name);
outputlen += section->size;
//printf("section added: %s\n", sect);
if (head)
{