diff options
Diffstat (limited to 'src/lib/libcrypto/perlasm/x86_64-xlate.pl')
-rwxr-xr-x | src/lib/libcrypto/perlasm/x86_64-xlate.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/perlasm/x86_64-xlate.pl b/src/lib/libcrypto/perlasm/x86_64-xlate.pl index 4bd53da33d..a8393d2730 100755 --- a/src/lib/libcrypto/perlasm/x86_64-xlate.pl +++ b/src/lib/libcrypto/perlasm/x86_64-xlate.pl | |||
@@ -393,7 +393,7 @@ my %globals; | |||
393 | } | 393 | } |
394 | } | 394 | } |
395 | } | 395 | } |
396 | { package expr; # pick up expressioins | 396 | { package expr; # pick up expressions |
397 | sub re { | 397 | sub re { |
398 | my $self = shift; # single instance is enough... | 398 | my $self = shift; # single instance is enough... |
399 | local *line = shift; | 399 | local *line = shift; |
@@ -777,6 +777,8 @@ ___ | |||
777 | OPTION DOTNAME | 777 | OPTION DOTNAME |
778 | ___ | 778 | ___ |
779 | } | 779 | } |
780 | print "#include \"x86_arch.h\"\n"; | ||
781 | |||
780 | while($line=<>) { | 782 | while($line=<>) { |
781 | 783 | ||
782 | chomp($line); | 784 | chomp($line); |