diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-03 13:10:09 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-03 13:10:09 (GMT) |
commit | f693213b4dade6f73baf86ae13b2129be2ed0ad1 (patch) | |
tree | 8a428c23c89df13b9d208f9c8b7194e6a8a331de /unix/configure | |
parent | 73dd8c4da919ada224a43fccf582ae5eb5d05d86 (diff) | |
parent | b9ecc426358d3737357f0460caee4eae5be61a3a (diff) | |
download | tcl-f693213b4dade6f73baf86ae13b2129be2ed0ad1.zip tcl-f693213b4dade6f73baf86ae13b2129be2ed0ad1.tar.gz tcl-f693213b4dade6f73baf86ae13b2129be2ed0ad1.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 f763eeb..8f25c08 100755 --- a/unix/configure +++ b/unix/configure @@ -19366,7 +19366,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; |