Andy Polyakov <[email protected]> writes: [...]
> The line looks like one generated for ml64. Even though ml64 is not > unsupported, it's not periodically tested. Meaning that eventual > problems are fixed upon user feedback. Like this one. Thanks for report. OK, I understand. [...] > Verify following: > > --- crypto/x86_64cpuid.pl 24 Jan 2010 14:54:24 -0000 1.15 > +++ crypto/x86_64cpuid.pl 13 Apr 2010 12:19:34 -0000 > @@ -152,7 +152,8 @@ > sub \$1,$arg2 > lea 1($arg1),$arg1 > jnz .Little > -.Lret: ret > +.Lret: > + ret > .align 16 > .Lot: > test \$7,$arg1 Thanks, that works. > If you could verify the rest of build with ml64, it would be > appreciated. To switch back to ml64 make sure that nasm is *not* on your > %PATH% and re-run ms\do_win64a.bat. A. The whole build (with the above patch) succeeds. The tests also pass. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
