diff mp3lib/decode_mmx.c @ 27757:b5a46071062a

Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'. We were using an inconsistent mix of the three variants and 'volatile' should be the most correct and portable variant.
author diego
date Thu, 16 Oct 2008 20:17:56 +0000
parents 08d18fe9da52
children 79d82aac91a3
line wrap: on
line diff
--- a/mp3lib/decode_mmx.c	Thu Oct 16 19:24:21 2008 +0000
+++ b/mp3lib/decode_mmx.c	Thu Oct 16 20:17:56 2008 +0000
@@ -217,7 +217,7 @@
     dct64_MMX_func(a, b, bandPtr);
     window = mp3lib_decwins + 16 - bo1;
     //printf("DEBUG: channel %d, bo %d, off %d\n", channel, bo, 16 - bo1);
-__asm__ __volatile(
+__asm__ volatile(
 ASMALIGN(4)
 ".L03:\n\t"
         "movq  (%1),%%mm0\n\t"