diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-23 14:11:12 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-23 14:11:12 (GMT) |
commit | 45c9d1dc2c540809f79ea36c6635ca77787c0df3 (patch) | |
tree | 30bea1825b088741bc9e20b18e6ac4179c238285 /unix/tclUnixCompat.c | |
parent | a3100689bcf64cf8e94851773fce9d5efb78d0df (diff) | |
parent | 3a39b4007c7d40a0d5d66096aaa06dcf02687eff (diff) | |
download | tcl-45c9d1dc2c540809f79ea36c6635ca77787c0df3.zip tcl-45c9d1dc2c540809f79ea36c6635ca77787c0df3.tar.gz tcl-45c9d1dc2c540809f79ea36c6635ca77787c0df3.tar.bz2 |
merge trunk
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 bcf7d40..6de6e75 100644 --- a/unix/tclUnixCompat.c +++ b/unix/tclUnixCompat.c @@ -998,7 +998,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"); + : "a"(index) : "edi","ebx"); status = TCL_OK; #endif return status; |