From de935f6d9feb4a671580ad0f685a810749e8ab02 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 22 Dec 2005 05:57:54 +0000 Subject: whitespace cleanup to force snapshot. --- winsup/cygwin/init.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'winsup/cygwin/init.cc') diff --git a/winsup/cygwin/init.cc b/winsup/cygwin/init.cc index 59e59ccd0..59a0cae30 100644 --- a/winsup/cygwin/init.cc +++ b/winsup/cygwin/init.cc @@ -150,13 +150,13 @@ dll_entry (HANDLE h, DWORD reason, void *static_load) dynamically_loaded = (static_load == NULL); /* Is the stack at an unusual address? This is, an address which - is in the usual space occupied by the process image, but below + is in the usual space occupied by the process image, but below the auto load address of DLLs? Check if we're running in WOW64 on a 64 bit machine *and* are spawned by a genuine 64 bit process. If so, respawn. */ if (&is_wow64_proc >= (PBOOL) 0x400000 - && &is_wow64_proc <= (PBOOL) 0x10000000 - && IsWow64Process (GetCurrentProcess (), &is_wow64_proc) + && &is_wow64_proc <= (PBOOL) 0x10000000 + && IsWow64Process (GetCurrentProcess (), &is_wow64_proc) && is_wow64_proc) respawn_wow64_process (); -- cgit v1.2.3