mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-23 01:46:24 +04:00
Fix alignment in os/build.rs
This commit is contained in:
parent
75a9b0a80d
commit
2bccb014b4
@ -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…
Reference in New Issue
Block a user