aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/i386/cputest.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-04-17 21:57:52 +0000
committerDiego Biurrun <diego@biurrun.de>2008-04-17 21:57:52 +0000
commitc88c253d8b333c0e956255a3fff369dca143cf94 (patch)
tree7d8d85766f5edebcd3cfdd3ec27d0bcc1125419e /libavcodec/i386/cputest.c
parentc6d4cef7c37ea490633e75c2d377fdc642190930 (diff)
downloadffmpeg-c88c253d8b333c0e956255a3fff369dca143cf94.tar.gz
cosmetics: __asm__ __volatile__ --> asm volatile
Originally committed as revision 12885 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/cputest.c')
-rw-r--r--libavcodec/i386/cputest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/cputest.c b/libavcodec/i386/cputest.c
index 103c7af7a8..879d36cd38 100644
--- a/libavcodec/i386/cputest.c
+++ b/libavcodec/i386/cputest.c
@@ -44,7 +44,7 @@ int mm_support(void)
int max_std_level, max_ext_level, std_caps=0, ext_caps=0;
long a, c;
- __asm__ __volatile__ (
+ asm volatile (
/* See if CPUID instruction is supported ... */
/* ... Get copies of EFLAGS into eax and ecx */
"pushf\n\t"