Loading crypto/perlasm/ppc-xlate.pl +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ while($line=<>) { my $mnemonic = $2; my $f = $3; my $opcode = eval("\$$mnemonic"); $line =~ s|\br([0-9]+)\b|$1|g if ($c ne "." and $flavour !~ /osx/); $line =~ s|\bc?r([0-9]+)\b|$1|g if ($c ne "." and $flavour !~ /osx/); if (ref($opcode) eq 'CODE') { $line = &$opcode($f,split(',',$line)); } elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; } } Loading Loading
crypto/perlasm/ppc-xlate.pl +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ while($line=<>) { my $mnemonic = $2; my $f = $3; my $opcode = eval("\$$mnemonic"); $line =~ s|\br([0-9]+)\b|$1|g if ($c ne "." and $flavour !~ /osx/); $line =~ s|\bc?r([0-9]+)\b|$1|g if ($c ne "." and $flavour !~ /osx/); if (ref($opcode) eq 'CODE') { $line = &$opcode($f,split(',',$line)); } elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; } } Loading