Skip to content

Commit 0263d1b

Browse files
author
jan.nijtmans
committed
Build fix from Oscar Fuentes
1 parent a9d7591 commit 0263d1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

win/tkWin32Dll.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ DllMain(
199199
:
200200
[ok] "i" (TCL_OK)
201201
:
202-
"%rax", "%rdx", "%rbp", "memory"
202+
"%rax", "%rdx", "memory"
203203
);
204204

205205
# else
@@ -274,7 +274,7 @@ DllMain(
274274
:
275275
[ok] "i" (TCL_OK)
276276
:
277-
"%eax", "%ebx", "%edx", "%ebp", "memory"
277+
"%eax", "%ebx", "%edx", "memory"
278278
);
279279

280280
# endif

0 commit comments

Comments
 (0)