SH4: fix typo in asm constraint
Originally committed as revision 16503 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e49906c321
commit
6dde9f8c20
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
do { \
|
||||
__asm__ volatile ("or %1, %0 \n\t" \
|
||||
"lds %0, fpscr \n\t" \
|
||||
: "=&r"(fpscr) : "r"(1<<19)); \
|
||||
: "+r"(fpscr) : "r"(1<<19)); \
|
||||
} while (0)
|
||||
#else
|
||||
# define fp_single_enter(fpscr) ((void)fpscr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue