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 | f028c958cc12aff3fa125eaa4e00c47f49d5a735 (patch) | |
tree | c4b21f27a64e3d5165eada56b7e644bfa206e89b | |
parent | 1a0cb53eecfa104088001b4456085d6eca816078 (diff) | |
parent | 9663c3b502d69e25a75c230a113c9dc38dfff8dc (diff) | |
download | tcl-f028c958cc12aff3fa125eaa4e00c47f49d5a735.zip tcl-f028c958cc12aff3fa125eaa4e00c47f49d5a735.tar.gz tcl-f028c958cc12aff3fa125eaa4e00c47f49d5a735.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; |