Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386 zero %exc
details: https://anonhg.NetBSD.org/src/rev/1584610a79c5
branches: trunk
changeset: 325922:1584610a79c5
user: christos <christos%NetBSD.org@localhost>
date: Sat Jan 11 18:20:06 2014 +0000
description:
zero %exc
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/arch/i386/x86cpuid.S | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r 7b3bcc75f77f -r 1584610a79c5 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/x86cpuid.S
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/x86cpuid.S Sat Jan 11 18:11:10 2014 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/x86cpuid.S Sat Jan 11 18:20:06 2014 +0000
@@ -61,6 +61,7 @@
movzbl %cl,%esi
incl %esi
movl $1,%eax
+ xorl %ecx,%ecx
.byte 0x0f,0xa2
btl $28,%edx
jnc .L002generic
@@ -82,6 +83,7 @@
andl $4095,%edi
.L003nocacheinfo:
movl $1,%eax
+ xorl %ecx,%ecx
.byte 0x0f,0xa2
andl $3220176895,%edx
cmpl $0,%ebp
Home |
Main Index |
Thread Index |
Old Index