mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
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
@ -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…
Reference in New Issue
Block a user