diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-24 21:28:43 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-24 21:28:43 (GMT) |
commit | 8d7d6d8cfd4c9f0670d5c20f115e9a69364f3cef (patch) | |
tree | 3de3daacf8b50346b5531a564dea6ba4e1002e35 /unix/tclUnixCompat.c | |
parent | 94605ca2706bce3bfe127eb4168ca135fd02b609 (diff) | |
download | tcl-8d7d6d8cfd4c9f0670d5c20f115e9a69364f3cef.zip tcl-8d7d6d8cfd4c9f0670d5c20f115e9a69364f3cef.tar.gz tcl-8d7d6d8cfd4c9f0670d5c20f115e9a69364f3cef.tar.bz2 |
revert [273bbe926d]: it doesn't work on i386
Diffstat (limited to 'unix/tclUnixCompat.c')
-rw-r--r-- | unix/tclUnixCompat.c | 2 |
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; |