changeset 496:b55c2d61403d libavutil

cosmetics: __asm__ __volatile__ --> asm volatile
author diego
date Thu, 17 Apr 2008 21:57:52 +0000
parents 774adf4fb537
children af2d7b4ffa64
files common.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common.h	Sat Apr 12 16:22:13 2008 +0000
+++ b/common.h	Thu Apr 17 21:57:52 2008 +0000
@@ -341,7 +341,7 @@
     uint32_t tbu, tbl, temp;
 
      /* from section 2.2.1 of the 32-bit PowerPC PEM */
-     __asm__ __volatile__(
+     asm volatile(
          "1:\n"
          "mftbu  %2\n"
          "mftb   %0\n"