Commit 1bb7310b authored by Gergely Nagy's avatar Gergely Nagy Committed by Rich Salz
Browse files

Fix compilation when using MASM on x86



The generated asm code from x86cpuid.pl contains CMOVE instructions
which are only available on i686 and later CPUs.

Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1459)
parent 2ecb9f2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ TITLE $_[0].asm
IF \@Version LT 800
ECHO MASM version 8.00 or later is strongly recommended.
ENDIF
.486
.686
.MODEL	FLAT
OPTION	DOTNAME
IF \@Version LT 800