diff mp3lib/decode_i586.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 347d152a5cfa
line wrap: on
line diff
--- a/mp3lib/decode_i586.c	Thu Oct 16 19:24:21 2008 +0000
+++ b/mp3lib/decode_i586.c	Thu Oct 16 20:17:56 2008 +0000
@@ -41,7 +41,7 @@
 {
   real tmp[3];
   register int retval;
-    __asm__ __volatile(
+    __asm__ volatile(
 "        movl %%ebp,"MANGLE(saved_ebp)"\n\t"
 "        movl %1,%%eax\n\t"/*bandPtr*/
 "        movl %3,%%esi\n\t"