]> sourceware.org Git - newlib-cygwin.git/commitdiff
Add comment to explain previous patch
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 12 Nov 2015 10:52:02 +0000 (11:52 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 12 Nov 2015 10:52:02 +0000 (11:52 +0100)
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/init.cc

index c6f0e3de98ccf75c52abc975d93069580ecebeb9..9dabf5f5a16f506d1d24c52c135530fb5fa63796 100644 (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
This page took 0.032035 seconds and 5 git commands to generate.