tock / libtock-rs

Rust userland library for Tock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use `clobber_abi` to implement Yield in `RawSyscalls`

jrvanwhy opened this issue · comments

The Yield system call implementations in RawSyscalls currently manually specify all clobbers. Now that rust-lang/rust#87581 has been merged, we can use clobber_abi to instead clobber all caller-saved registers.