This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
SH4: fix typo in asm constraint
Originally committed as revision 16503 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård
17 years ago
parent
e49906c321
commit
6dde9f8c20
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/sh4/sh4.h
+ 1
- 1
libavcodec/sh4/sh4.h
View File
@@ -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)
Write
Preview
Loading…
Cancel
Save