更改系统调用的寄存器传参顺序 (#409)

This commit is contained in:
LoGin
2023-10-24 16:40:49 +08:00
committed by GitHub
parent 40314b30ab
commit f4082b86b1
16 changed files with 50 additions and 56 deletions

View File

@ -51,6 +51,7 @@ features = ["spin_no_std"]
[profile.dev]
# opt-level = 0 # Controls the --opt-level the compiler builds with
debug = true # Controls whether the compiler passes `-g`
# The release profile, used for `cargo build --release`
[profile.release]
debug = false