mirror of https://git.musl-libc.org/git/musl
Browse Source
"Q" input constraint was used for the written object, instead of "=Q" output constraint. this should not cause problems because "memory" is on the clobber list, but "=Q" better documents the intent and more consistent with the actual asm code. this changes the generated code, because different registers are used, but other than the register names nothing should change.master
committed by
Rich Felker
2 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue