From 0dadd2bf46f37ca96a50e247649a11b3c5273234 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 23 Feb 2023 08:55:44 +0000 Subject: Use explicit .text instead of .previous to please Windows/MinGW on amd64 ok miod --- src/lib/libcrypto/modes/asm/ghash-x86_64.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto/modes/asm') diff --git a/src/lib/libcrypto/modes/asm/ghash-x86_64.pl b/src/lib/libcrypto/modes/asm/ghash-x86_64.pl index bce62947f9..71d0822ac9 100644 --- a/src/lib/libcrypto/modes/asm/ghash-x86_64.pl +++ b/src/lib/libcrypto/modes/asm/ghash-x86_64.pl @@ -670,7 +670,7 @@ $code.=<<___; .value 0xB5E0,0xB422,0xB664,0xB7A6,0xB2E8,0xB32A,0xB16C,0xB0AE .value 0xBBF0,0xBA32,0xB874,0xB9B6,0xBCF8,0xBD3A,0xBF7C,0xBEBE .align 64 -.previous +.text ___ # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame, -- cgit v1.2.3-55-g6feb