Ensure x86_64 perlasm output ends with a newline.

Appease the Mac build.

Change-Id: I8b93906d8c7059fd63da9622fd530cc82bd05f7c
Reviewed-on: https://boringssl-review.googlesource.com/1760
Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
David Benjamin 2014-09-10 17:55:56 -04:00 committed by Adam Langley
parent f7768e43b2
commit 1195796045

View File

@ -936,7 +936,7 @@ while($line=<>) {
print "\n$current_segment\tENDS\n" if ($current_segment && $masm);
print "END\n" if ($masm);
print "#endif" if ($gas);
print "#endif\n" if ($gas);
close STDOUT;