Revert random changes from commit#22606.
[openssl.git] / crypto / x86cpuid.pl
index 9b097fc31fba11727920df8ed80388952c01f952..808049a17db82ee8161bfe2230a8dee387f522fa 100644 (file)
@@ -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