Commit bdbbd720 authored by mru's avatar mru

SH4: fix typo in asm constraint

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16503 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 13e92652
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment