diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-24 21:29:56 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-24 21:29:56 (GMT) |
commit | 00ce958ea78f4799f75a38e5b33b44a8b9988a8d (patch) | |
tree | 4527dd8f4283c4e33786d184c93c7ee8996d32fa | |
parent | c00162ab9a350bf30c176de949506a19f43f7fd7 (diff) | |
parent | 8d7d6d8cfd4c9f0670d5c20f115e9a69364f3cef (diff) | |
download | tcl-00ce958ea78f4799f75a38e5b33b44a8b9988a8d.zip tcl-00ce958ea78f4799f75a38e5b33b44a8b9988a8d.tar.gz tcl-00ce958ea78f4799f75a38e5b33b44a8b9988a8d.tar.bz2 |
revert [f3509c3d35]: 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 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; |