gas: Update commit 4780e5e4933
[binutils-gdb.git] / gdbserver / win32-i386-low.cc
index 5fc4be0d4c746feaff39492db30029b9c21d2a3b..e2afd2a8c17f4a587e56787cc539eee43298df88 100644 (file)
@@ -260,7 +260,7 @@ i386_get_thread_context (windows_thread_info *th)
   BOOL ret;
 #ifdef __x86_64__
   if (wow64_process)
-    ret = win32_Wow64GetThreadContext (th->h, &th->wow64_context);
+    ret = Wow64GetThreadContext (th->h, &th->wow64_context);
   else
 #endif
     ret = GetThreadContext (th->h, &th->context);