summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-04-17 21:57:52 +0000
committerDiego Biurrun <diego@biurrun.de>2008-04-17 21:57:52 +0000
commitc88c253d8b333c0e956255a3fff369dca143cf94 (patch)
tree7d8d85766f5edebcd3cfdd3ec27d0bcc1125419e /libavutil
parentc6d4cef7c37ea490633e75c2d377fdc642190930 (diff)
cosmetics: __asm__ __volatile__ --> asm volatile
Originally committed as revision 12885 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/common.h2
1 files changed, 1 insertions, 1 deletions
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"