Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2022-03-07 15:11:34 +0300
committerCorinna Vinschen <corinna@vinschen.de>2022-05-13 15:32:21 +0300
commitd4df9c6de1842397c70fc3e8378f06e799af9d6c (patch)
tree2af93c40b226d5a4721d1f3507a3d2c37abe62aa /winsup/cygwin/path.cc
parent974163bc187ed7dfd0e6054491d967a5acb047db (diff)
Cygwin: drop a few minor references to WOW64
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r--winsup/cygwin/path.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index b00f4c4f8..0ccdf9832 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -4765,8 +4765,7 @@ find_fast_cwd ()
bool warn = 1;
USHORT emulated, hosted;
- /* Check if we're running in WOW64 on ARM64. Check on 64 bit as well,
- given that ARM64 Windows 10 provides a x86_64 emulation soon. Skip
+ /* Check if we're running in WOW64 on ARM64 emulating AMD64. Skip
warning as long as there's no solution for finding the FAST_CWD
pointer on that system. */
if (IsWow64Process2 (GetCurrentProcess (), &emulated, &hosted)