diff src/process-nt.c @ 5930:a0d9bfe304de cygwin

more 64-bit patches for VS, not sure of many of them
author Henry Thompson <ht@markup.co.uk>
date Wed, 09 Dec 2015 10:35:23 +0000
parents a216b3c2b09e
children e2fae7783046
line wrap: on
line diff
--- a/src/process-nt.c	Tue Dec 08 09:05:19 2015 +0000
+++ b/src/process-nt.c	Wed Dec 09 10:35:23 2015 +0000
@@ -170,6 +170,8 @@
 				     (LPDWORD)context.Esp - 1,
 #elif defined (_ALPHA_)
 				     (LPDWORD)context.IntSp - 1,
+#elif defined (_AMD64_)
+				     (LPDWORD)context.Rsp - 1, /* HST guessing */
 #else
 #error Unknown processor architecture
 #endif