diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-24 21:31:09 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-24 21:31:09 (GMT) |
commit | 433da60a3a3bf82e99f406ea5799050ed97af6b8 (patch) | |
tree | c4b21f27a64e3d5165eada56b7e644bfa206e89b | |
parent | 1636248aac98f0e8780462863df25e3136e4c796 (diff) | |
parent | 00ce958ea78f4799f75a38e5b33b44a8b9988a8d (diff) | |
download | tcl-433da60a3a3bf82e99f406ea5799050ed97af6b8.zip tcl-433da60a3a3bf82e99f406ea5799050ed97af6b8.tar.gz tcl-433da60a3a3bf82e99f406ea5799050ed97af6b8.tar.bz2 |
revert [8e83219e38]: it doesn't work on i386
-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 eb673d6..e201018 100644 --- a/unix/tclUnixCompat.c +++ b/unix/tclUnixCompat.c @@ -1000,7 +1000,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; |