Remove wrong asm constraint modifier
From GCC documentation (for GCC 5 and above): - ‘+’ means that this operand is both read and written by the instruction. - Only read-only operands can use ‘%’. Thus, ‘+’ and ‘%’ cannot be used at the same time. Signed-off-by:Timothy B. Terriberry <tterribe@xiph.org> Signed-off-by:
Ralph Giles <giles@thaumas.net>
parent
4e0c4992
No related branches found
No related tags found
Loading
Please register or sign in to comment