diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-05-03 12:31:19 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-05-03 12:31:19 (GMT) |
| commit | 17b6e43ab63fe9681ca559dae1e3c5f88250d1dc (patch) | |
| tree | 1af98744597d706e888e17d56f9a96c61450f14d /unix/configure | |
| parent | d0da70e413195ed6e2c110ba82a91bf1cf2ea8b3 (diff) | |
| parent | 9e55c0ea10ac43020d3b84df0bfd14183f9ce755 (diff) | |
| download | tcl-17b6e43ab63fe9681ca559dae1e3c5f88250d1dc.zip tcl-17b6e43ab63fe9681ca559dae1e3c5f88250d1dc.tar.gz tcl-17b6e43ab63fe9681ca559dae1e3c5f88250d1dc.tar.bz2 | |
Move cpuid testcase from win-specific to generic tests
Diffstat (limited to 'unix/configure')
| -rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index 522828d..4b141b6 100755 --- a/unix/configure +++ b/unix/configure @@ -18931,7 +18931,7 @@ main () "mov %%ebx, %%esi \n\t" "mov %%edi, %%ebx \n\t" : "=a"(regsPtr[0]), "=S"(regsPtr[1]), "=c"(regsPtr[2]), "=d"(regsPtr[3]) - : "a"(index)); + : "a"(index) : "edi"); ; return 0; |
