mirror of https://git.musl-libc.org/git/musl
Browse Source
this function does not obey the normal calling convention; like a syscall instruction, it's expected not to clobber any registers except the return value. clobbering edx could break callers that were reusing the value cached in edx after the syscall returns.rs-1.0
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue