Cosmetic
modified: p_mach.cpp
This commit is contained in:
+2
-2
@@ -845,9 +845,9 @@ void PackMachBase<T>::pack4(OutputFile *fo, Filter &ft) // append PackHeader
|
|||||||
}
|
}
|
||||||
next:
|
next:
|
||||||
lcp = lcp_next;
|
lcp = lcp_next;
|
||||||
} // end for
|
} // end for each Mach_command
|
||||||
|
|
||||||
// Add LC_UNIX_THREAD
|
// Append LC_UNIX_THREAD
|
||||||
unsigned const sz_threado = threado_size();
|
unsigned const sz_threado = threado_size();
|
||||||
mhp->ncmds += 1;
|
mhp->ncmds += 1;
|
||||||
mhp->sizeofcmds += sz_threado;
|
mhp->sizeofcmds += sz_threado;
|
||||||
|
|||||||
Reference in New Issue
Block a user