X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_lowlevel.h;h=f3c8db524babbc498b3e4dde09d43d32f4da5fc6;hb=ed2b3c62f54f46c31ed18a100bb442e1656a3ddd;hp=8e85162fcf9a8f77e8425df7844c60b412af8b99;hpb=c06413341bf1dca02f22c0502fa5c2d1c2c11eab;p=palacios.git diff --git a/palacios/include/palacios/vmm_lowlevel.h b/palacios/include/palacios/vmm_lowlevel.h index 8e85162..f3c8db5 100644 --- a/palacios/include/palacios/vmm_lowlevel.h +++ b/palacios/include/palacios/vmm_lowlevel.h @@ -30,7 +30,7 @@ static void __inline__ v3_cpuid(uint32_t target, uint32_t * ecx, uint32_t * edx) { __asm__ __volatile__ ( "cpuid\n\t" - : "=a" (*eax), "=S" (*ebx), "=c" (*ecx), "=d" (*edx) + : "=a" (*eax), "=b" (*ebx), "=c" (*ecx), "=d" (*edx) : "0" (target), "2" (*ecx) ); return;