summaryrefslogtreecommitdiffstats
path: root/liba52/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'liba52/test.c')
-rw-r--r--liba52/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/liba52/test.c b/liba52/test.c
index 57f0596af5..f54ca5f836 100644
--- a/liba52/test.c
+++ b/liba52/test.c
@@ -46,7 +46,7 @@ void mp_msg( int x, const char *format, ... ) // stub for cpudetect.c
static inline long long rdtsc()
{
long long l;
- asm volatile( "rdtsc\n\t"
+ __asm__ volatile("rdtsc\n\t"
: "=A" (l)
);
// printf("%d\n", int(l/1000));