Page MenuHomeFreeBSD

D41587.id126661.diff
No OneTemporary

D41587.id126661.diff

diff --git a/crypto/openssl/crypto/perlasm/arm-xlate.pl b/crypto/openssl/crypto/perlasm/arm-xlate.pl
--- a/crypto/openssl/crypto/perlasm/arm-xlate.pl
+++ b/crypto/openssl/crypto/perlasm/arm-xlate.pl
@@ -159,9 +159,8 @@
}
{
- $line =~ s|(^[\.\w]+)\:\s*||;
- my $label = $1;
- if ($label) {
+ if ($line =~ s|(^[\.\w]+)\:\s*||) {
+ my $label = $1;
printf "%s:",($GLOBALS{$label} or $label);
}
}

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 3, 7:04 AM (8 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30748558
Default Alt Text
D41587.id126661.diff (422 B)

Event Timeline