diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-06-28 13:16:02 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-06-28 13:16:02 (GMT) |
commit | 170f702394849676a763f2bc393bb4067022cda3 (patch) | |
tree | e408f1ba32abb48258c0becc1ebe7805867d3ae4 /win | |
parent | 9f8756599edd61712e8da85b0cfe627ea4cc502d (diff) | |
download | tk-170f702394849676a763f2bc393bb4067022cda3.zip tk-170f702394849676a763f2bc393bb4067022cda3.tar.gz tk-170f702394849676a763f2bc393bb4067022cda3.tar.bz2 |
Fix [3588364] (hopefully)
Diffstat (limited to 'win')
-rw-r--r-- | win/tkWin32Dll.c | 6 |
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 */ /* |