From 1fd79f66ea3625df3f8897fa97068281df9ea5dc Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Wed, 14 Apr 2010 19:24:48 +0000 Subject: [PATCH] x86_64cpuid.pl: ml64 is allergic to db on label line. --- crypto/x86_64cpuid.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crypto/x86_64cpuid.pl b/crypto/x86_64cpuid.pl index a7f98b3fd3..c96821a3c8 100644 --- a/crypto/x86_64cpuid.pl +++ b/crypto/x86_64cpuid.pl @@ -152,7 +152,8 @@ OPENSSL_cleanse: sub \$1,$arg2 lea 1($arg1),$arg1 jnz .Little -.Lret: ret +.Lret: + ret .align 16 .Lot: test \$7,$arg1 -- 2.34.1