Disable TLS callback check for now.

committer: mfx <mfx> 980615053 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2001-01-27 17:04:13 +00:00
parent 2feb5a47ac
commit 2a55ac04ce
+3
View File
@@ -918,9 +918,12 @@ void PackW32Pe::processTls(Interval *iv) // pass 1
return;
const tls * const tlsp = (const tls*) (ibuf + IDADDR(PEDIR_TLS));
#if 0
// FIXME: !!! the check for TLS callbacks is broken !!!
// note: TLS callbacks are not implemented in Windows 95/98/ME
if (tlsp->callbacks)
throwCantPack("TLS callbacks are not supported");
#endif
unsigned tlsdatastart = tlsp->datastart - ih.imagebase;
unsigned tlsdataend = tlsp->dataend - ih.imagebase;