summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-04-25 12:02:46 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-04-25 12:02:46 +0200
commit2da36bd42cca5f54564ff617ccb410b5ea8ad050 (patch)
tree772444743027d65a8a3bdde1f5b528dfd2192375 /devel
parent34af48e99a369b01f633e7c2e65274ec3280d66f (diff)
downloadgnutls-2da36bd42cca5f54564ff617ccb410b5ea8ad050.tar.gz
Corrected win64 cpuid() code. Report and patch by Mann Ern Kang.
Diffstat (limited to 'devel')
-rw-r--r--devel/perlasm/cpuid-x86_64.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/perlasm/cpuid-x86_64.pl b/devel/perlasm/cpuid-x86_64.pl
index ef1c95c2a7..a6bb30ed7e 100644
--- a/devel/perlasm/cpuid-x86_64.pl
+++ b/devel/perlasm/cpuid-x86_64.pl
@@ -27,7 +27,7 @@ $code=".text\n";
$code.=<<___;
.globl gnutls_cpuid
-.type gnutls_cpuid,\@abi-omnipotent
+.type gnutls_cpuid,\@function
.align 16
gnutls_cpuid:
pushq %rbp