summaryrefslogtreecommitdiffstats
path: root/crypto/x86cpuid.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-06-05 00:12:10 +0200
committerAndy Polyakov <appro@openssl.org>2012-06-05 00:12:10 +0200
commit8d1b199d26c26ad75e767ddd257a952da91ce6f9 (patch)
treed4d221ba5a2cca3ddb94412dcfc7a57e3603ed20 /crypto/x86cpuid.pl
parentVersion skew reduction: trivia (I hope). (diff)
downloadopenssl-8d1b199d26c26ad75e767ddd257a952da91ce6f9.tar.xz
openssl-8d1b199d26c26ad75e767ddd257a952da91ce6f9.zip
Revert random changes from commit#22606.
Diffstat (limited to 'crypto/x86cpuid.pl')
-rw-r--r--crypto/x86cpuid.pl2
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