summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/perlasm/x86_64-xlate.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/perlasm/x86_64-xlate.pl')
-rwxr-xr-xsrc/lib/libcrypto/perlasm/x86_64-xlate.pl4
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 @@ ___
777OPTION DOTNAME 777OPTION DOTNAME
778___ 778___
779} 779}
780print "#include \"x86_arch.h\"\n";
781
780while($line=<>) { 782while($line=<>) {
781 783
782 chomp($line); 784 chomp($line);