diff armv4l/mpegvideo_armv5te.c @ 6636:43c97362dfa8 libavcodec

cosmetics: __asm__ __volatile__ --> asm volatile
author diego
date Thu, 17 Apr 2008 21:57:52 +0000
parents a312a28104e9
children e6a7be7d85f2
line wrap: on
line diff
--- a/armv4l/mpegvideo_armv5te.c	Thu Apr 17 21:03:26 2008 +0000
+++ b/armv4l/mpegvideo_armv5te.c	Thu Apr 17 21:57:52 2008 +0000
@@ -65,7 +65,7 @@
 ({ DCTELEM *xblock = xxblock; \
    int xqmul = xxqmul, xqadd = xxqadd, xcount = xxcount, xtmp; \
    int xdata1, xdata2; \
-__asm__ __volatile__( \
+asm volatile( \
         "subs %[count], %[count], #2       \n\t" \
         "ble 2f                            \n\t" \
         "ldrd r4, [%[block], #0]           \n\t" \