summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2013-06-28 13:16:02 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2013-06-28 13:16:02 (GMT)
commit4a5a7f24b12b7ced53576eca4d20148e22087f84 (patch)
tree502cc558562932373bba57a6b9f6c8961155cc6c /win
parent7349bed7b3c330e82dc09e56fd4c2f8f32870c85 (diff)
downloadtk-4a5a7f24b12b7ced53576eca4d20148e22087f84.zip
tk-4a5a7f24b12b7ced53576eca4d20148e22087f84.tar.gz
tk-4a5a7f24b12b7ced53576eca4d20148e22087f84.tar.bz2
Fix [3588364] (hopefully)
Diffstat (limited to 'win')
-rw-r--r--win/tkWin32Dll.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/tkWin32Dll.c b/win/tkWin32Dll.c
index efefe86..b733f78 100644
--- a/win/tkWin32Dll.c
+++ b/win/tkWin32Dll.c
@@ -133,11 +133,11 @@ DllMain(
"leaq %[registration], %%rdx" "\n\t"
"movq %%gs:0, %%rax" "\n\t"
- "movq %%rax, 0x0(%%edx)" "\n\t" /* link */
+ "movq %%rax, 0x0(%%rdx)" "\n\t" /* link */
"leaq 1f, %%rax" "\n\t"
"movq %%rax, 0x8(%%rdx)" "\n\t" /* handler */
- "movq %%rbp, 0x10(%%rdx)" "\n\t" /* ebp */
- "movq %%rsp, 0x18(%%rdx)" "\n\t" /* esp */
+ "movq %%rbp, 0x10(%%rdx)" "\n\t" /* rbp */
+ "movq %%rsp, 0x18(%%rdx)" "\n\t" /* rsp */
"movl %[error], 0x20(%%rdx)" "\n\t" /* status */
/*