Add comment to explain previous patch

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2015-11-12 11:52:02 +01:00
parent d03f429727
commit 4998ac4341
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ munge_threadfunc ()
{
char *threadfunc = NULL;
/* This call to NtQueryInformationThread crashes under WOW64 on
64 bit XP and Server 2003. */
if (wincap.wow64_has_secondary_stack ())
threadfunc = ebp[threadfunc_ix[0]];
else