eina_cpu: use __asm__ instead of asm

SVN revision: 71092
This commit is contained in:
Vincent Torri 2012-05-15 05:48:27 +00:00
parent 72061a67c7
commit 11c2dc7454
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
/* We save ebx and restore it to be PIC compatible */
static inline void _x86_cpuid(int op, int *a, int *b, int *c, int *d)
{
asm volatile (
__asm__ volatile (
#if defined(__x86_64__)
"pushq %%rbx \n\t" /* save %ebx */
#else