diff options
author | Ben Laurie <ben@openssl.org> | 2012-06-04 00:00:21 +0200 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 2012-06-04 00:00:21 +0200 |
commit | 71fa451343f97b3624374ed1359adc23fba5696e (patch) | |
tree | 87ebfb43ece32507c68e360f36a67b4a921e79c0 /crypto/x86cpuid.pl | |
parent | RFC 5878 support. (diff) | |
download | openssl-71fa451343f97b3624374ed1359adc23fba5696e.tar.xz openssl-71fa451343f97b3624374ed1359adc23fba5696e.zip |
Version skew reduction: trivia (I hope).
Diffstat (limited to 'crypto/x86cpuid.pl')
-rw-r--r-- | crypto/x86cpuid.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x86cpuid.pl b/crypto/x86cpuid.pl index 808049a17d..9b097fc31f 100644 --- a/crypto/x86cpuid.pl +++ b/crypto/x86cpuid.pl @@ -196,7 +196,7 @@ for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); } &function_begin_B("OPENSSL_far_spin"); &pushf (); - &pop ("eax"); + &pop ("eax") &bt ("eax",9); &jnc (&label("nospin")); # interrupts are disabled |