From 397977726cd563b2e47089d569c36d7284cb7ad0 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Wed, 11 Jan 2012 15:32:08 +0000 Subject: [PATCH] aes-sparcv9.pl: clean up regexp [from HEAD]. PR: 2685 --- crypto/aes/asm/aes-sparcv9.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crypto/aes/asm/aes-sparcv9.pl b/crypto/aes/asm/aes-sparcv9.pl index c57b3a2d6d..403c4d1290 100755 --- a/crypto/aes/asm/aes-sparcv9.pl +++ b/crypto/aes/asm/aes-sparcv9.pl @@ -1176,6 +1176,7 @@ ___ # As UltraSPARC T1, a.k.a. Niagara, has shared FPU, FP nops can have # undesired effect, so just omit them and sacrifice some portion of # percent in performance... -$code =~ s/fmovs.*$//gem; +$code =~ s/fmovs.*$//gm; print $code; +close STDOUT; # ensure flush -- 2.25.1