Added an overloaded addLoader() method.
committer: mfx <mfx> 1139913550 +0000
This commit is contained in:
@@ -1072,6 +1072,12 @@ void Packer::initLoader(const void *pdata, int plen, int pinfo, int small)
|
||||
}
|
||||
|
||||
|
||||
void Packer::addLoader(const char *s)
|
||||
{
|
||||
if (*s)
|
||||
linker->addSection(s);
|
||||
}
|
||||
|
||||
void __acc_cdecl_va Packer::addLoader(const char *s, ...)
|
||||
{
|
||||
va_list ap;
|
||||
|
||||
Reference in New Issue
Block a user