Fix alignment in os/build.rs
This commit is contained in:
parent
6666ca5344
commit
9944ac8701
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ fn insert_app_data() -> Result<()> {
|
||||||
apps.sort();
|
apps.sort();
|
||||||
|
|
||||||
writeln!(f, r#"
|
writeln!(f, r#"
|
||||||
.align 4
|
.align 3
|
||||||
.section .data
|
.section .data
|
||||||
.global _num_app
|
.global _num_app
|
||||||
_num_app:
|
_num_app:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue