Skip to content

Commit 6d5ac19

Browse files
committed
fixup: align less
1 parent 99a79f7 commit 6d5ac19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trusted/service_runtime/linux/nacl_bootstrap.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ SECTIONS {
7272
/*
7373
* Here is the program itself.
7474
*/
75-
.text : ALIGN(CONSTANT(MAXPAGESIZE)) {
75+
.text : {
7676
*(.text*)
7777
} :text
7878
.rodata : {

0 commit comments

Comments
 (0)