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:
parent
f7768e43b2
commit
1195796045
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user