modified:   p_mach.cpp
This commit is contained in:
John Reiser
2016-10-06 07:49:37 -07:00
parent 1f51ef7df6
commit f466c1d764
+2 -2
View File
@@ -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;