summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixCompat.c
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2013-01-24 21:28:43 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2013-01-24 21:28:43 (GMT)
commit97b606de3e9a5d9ee4030c3115b39d9bbcfedeff (patch)
tree3de3daacf8b50346b5531a564dea6ba4e1002e35 /unix/tclUnixCompat.c
parent508fff6167b6f8dd96fdf005ed510d3015704c10 (diff)
downloadtcl-97b606de3e9a5d9ee4030c3115b39d9bbcfedeff.zip
tcl-97b606de3e9a5d9ee4030c3115b39d9bbcfedeff.tar.gz
tcl-97b606de3e9a5d9ee4030c3115b39d9bbcfedeff.tar.bz2
revert [273bbe926d]: 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 1969d1c..71bd846 100644
--- a/unix/tclUnixCompat.c
+++ b/unix/tclUnixCompat.c
@@ -698,7 +698,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;