diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-04-17 21:57:52 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-04-17 21:57:52 +0000 |
commit | c88c253d8b333c0e956255a3fff369dca143cf94 (patch) | |
tree | 7d8d85766f5edebcd3cfdd3ec27d0bcc1125419e /libavutil/common.h | |
parent | c6d4cef7c37ea490633e75c2d377fdc642190930 (diff) | |
download | ffmpeg-c88c253d8b333c0e956255a3fff369dca143cf94.tar.gz |
cosmetics: __asm__ __volatile__ --> asm volatile
Originally committed as revision 12885 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/common.h')
-rw-r--r-- | libavutil/common.h | 2 |
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" |