Skip to content
Snippets Groups Projects
Commit f370e39e authored by Sebastian Buchwald's avatar Sebastian Buchwald Committed by Ralph Giles
Browse files

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: default avatarTimothy B. Terriberry <tterribe@xiph.org>
Signed-off-by: default avatarRalph Giles <giles@thaumas.net>
parent 4e0c4992
No related branches found
No related tags found
1 merge request!3Merge outstanding PRs from github
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment