CI updates
This commit is contained in:
@@ -1418,6 +1418,7 @@ void PackMachBase<T>::pack1(OutputFile *const fo, Filter &/*ft*/) // generate e
|
||||
unsigned const sz_threado = threado_size();
|
||||
MemBuffer space(sz_threado); memset(space, 0, sz_threado);
|
||||
fo->write(space, sz_threado);
|
||||
UNUSED(cmdsize);
|
||||
}
|
||||
else if (my_filetype == Mach_header::MH_DYLIB) {
|
||||
Mach_command const *ptr = (Mach_command const *)rawmseg;
|
||||
@@ -1449,6 +1450,7 @@ void PackMachBase<T>::pack1(OutputFile *const fo, Filter &/*ft*/) // generate e
|
||||
}
|
||||
memset(&linkitem, 0, sizeof(linkitem));
|
||||
fo->write(&linkitem, sizeof(linkitem));
|
||||
UNUSED(cmdsize);
|
||||
}
|
||||
sz_mach_headers = fo->getBytesWritten();
|
||||
gap = secTEXT.offset - sz_mach_headers;
|
||||
|
||||
Reference in New Issue
Block a user