summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixCompat.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-24 21:29:56 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-24 21:29:56 (GMT)
commit9663c3b502d69e25a75c230a113c9dc38dfff8dc (patch)
tree4527dd8f4283c4e33786d184c93c7ee8996d32fa /unix/tclUnixCompat.c
parentba7881d6ea67d68735d6ea013315b09af34715a9 (diff)
parent3c5aa93c4e64e737c1045315fdef90fc1b65f21d (diff)
downloadtcl-9663c3b502d69e25a75c230a113c9dc38dfff8dc.zip
tcl-9663c3b502d69e25a75c230a113c9dc38dfff8dc.tar.gz
tcl-9663c3b502d69e25a75c230a113c9dc38dfff8dc.tar.bz2
revert [f3509c3d35]: it doesn't work on i386
Diffstat (limited to 'unix/tclUnixCompat.c')
-rw-r--r--unix/tclUnixCompat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixCompat.c b/unix/tclUnixCompat.c
index 67bd498..06c19b9 100644
--- a/unix/tclUnixCompat.c
+++ b/unix/tclUnixCompat.c
@@ -992,7 +992,7 @@ TclWinCPUID(
"mov %%ebx, %%esi \n\t" /* save what cpuid just put in %ebx */
"mov %%edi, %%ebx \n\t" /* restore the old %ebx */
: "=a"(regsPtr[0]), "=S"(regsPtr[1]), "=c"(regsPtr[2]), "=d"(regsPtr[3])
- : "a"(index) : "edi","ebx");
+ : "a"(index) : "edi");
status = TCL_OK;
#endif
return status;