mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-22 17:36:25 +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();
|
||||
|
||||
writeln!(f, r#"
|
||||
.align 4
|
||||
.align 3
|
||||
.section .data
|
||||
.global _num_app
|
||||
_num_app:
|
||||
|
Loading…
Reference in New Issue
Block a user