diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-01-24 21:29:56 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-01-24 21:29:56 (GMT) |
commit | 6f93f9b36983282f6ba5c50d8dc9a6a87a501d0d (patch) | |
tree | 4527dd8f4283c4e33786d184c93c7ee8996d32fa /unix/tclUnixCompat.c | |
parent | 9b7c19ab21b3183407685f2a159542917d8f9675 (diff) | |
parent | 97b606de3e9a5d9ee4030c3115b39d9bbcfedeff (diff) | |
download | tcl-6f93f9b36983282f6ba5c50d8dc9a6a87a501d0d.zip tcl-6f93f9b36983282f6ba5c50d8dc9a6a87a501d0d.tar.gz tcl-6f93f9b36983282f6ba5c50d8dc9a6a87a501d0d.tar.bz2 |
revert [f3509c3d35]: 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 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; |