Fixed cdecl.

committer: mfx <mfx> 1062472677 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2003-09-02 03:17:57 +00:00
parent b0e961b90b
commit 570b195ed6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1025,7 +1025,7 @@ void Packer::initLoader(const void *pdata, int plen, int pinfo, int small)
}
void Packer::addLoader(const char *s, ...)
void __acc_cdecl_va Packer::addLoader(const char *s, ...)
{
const char *p;
va_list ap;