From e255024bf7b1cdd00667ea72918afc92ec07c1c7 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Wed, 11 Jan 2012 15:30:53 +0000 Subject: [PATCH] aes-sparcv9.pl: clean up regexp 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.34.1