Add comment to explain previous patch
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
d03f429727
commit
4998ac4341
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue