Misc updates.

committer: mfx <mfx> 1090256162 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2004-07-19 16:56:02 +00:00
parent 9110517893
commit df9aa9ac32
9 changed files with 40 additions and 23 deletions
+1 -1
View File
@@ -1030,8 +1030,8 @@ void __acc_cdecl_va Packer::addLoader(const char *s, ...)
const char *p;
va_list ap;
linker->addSection(s);
va_start(ap, s);
linker->addSection(s);
while((p = va_arg(ap, const char *)) != NULL)
linker->addSection(p);
va_end(ap);