Update of /cvsroot/libmpeg2/mpeg2dec/src
In directory usw-pr-cvs1:/tmp/cvs-serv22353/src
Modified Files:
cpu_accel.c
Log Message:
add TenDRA support
Index: cpu_accel.c
===================================================================
RCS file: /cvsroot/libmpeg2/mpeg2dec/src/cpu_accel.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- cpu_accel.c 2001/07/19 08:21:13 1.1.1.1
+++ cpu_accel.c 2001/09/04 08:40:47 1.2
@@ -41,7 +41,7 @@
"=d" (edx) \
: "a" (op) \
: "cc")
-#else // PIC version : save ebx
+#else /* PIC version : save ebx */
#define cpuid(op,eax,ebx,ecx,edx) \
asm ("pushl %%ebx\n\t" \
"cpuid\n\t" \
|