From c88c253d8b333c0e956255a3fff369dca143cf94 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 17 Apr 2008 21:57:52 +0000 Subject: cosmetics: __asm__ __volatile__ --> asm volatile Originally committed as revision 12885 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil') diff --git a/libavutil/common.h b/libavutil/common.h index 4b195776bf..e9d96db78a 100644 --- a/libavutil/common.h +++ b/libavutil/common.h @@ -341,7 +341,7 @@ static inline uint64_t read_time(void) 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" -- cgit v1.2.3