Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inline ASM isn't stable, see https://doc.rust-lang.org/unstable-book/language-features/asm.html and rust-lang/rust#29722. We use asm in `src/kernel/execve/loader`, which needs direct access to registers and can't be done in pure rust. We also use the `syscall` crate in several places, which also uses inline asm.
- Loading branch information