diff options
author | Andy Polyakov <appro@openssl.org> | 2012-06-05 00:12:10 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2012-06-05 00:12:10 +0200 |
commit | 8d1b199d26c26ad75e767ddd257a952da91ce6f9 (patch) | |
tree | d4d221ba5a2cca3ddb94412dcfc7a57e3603ed20 /crypto/x86cpuid.pl | |
parent | Version skew reduction: trivia (I hope). (diff) | |
download | openssl-8d1b199d26c26ad75e767ddd257a952da91ce6f9.tar.xz openssl-8d1b199d26c26ad75e767ddd257a952da91ce6f9.zip |
Revert random changes from commit#22606.
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 9b097fc31f..808049a17d 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 |