You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The Yield system call implementations in
RawSyscalls
currently manually specify all clobbers. Now that rust-lang/rust#87581 has been merged, we can useclobber_abi
to instead clobber all caller-saved registers.The text was updated successfully, but these errors were encountered: