Index: cputest.c =================================================================== RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/i386/cputest.c,v retrieving revision 1.8 diff -u -r1.8 cputest.c --- cputest.c 26 Nov 2002 16:26:58 -0000 1.8 +++ cputest.c 9 Oct 2003 14:37:51 -0000 @@ -24,7 +24,7 @@ /* See if CPUID instruction is supported ... */ /* ... Get copies of EFLAGS into eax and ecx */ "pushf\n\t" - "popl %0\n\t" + "pop %0\n\t" "movl %0, %1\n\t" /* ... Toggle the ID bit in one copy and store */ @@ -35,7 +35,7 @@ /* ... Get the (hopefully modified) EFLAGS */ "pushf\n\t" - "popl %0\n\t" + "pop %0\n\t" : "=a" (eax), "=c" (ecx) : : "cc"