- CPUID
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7103 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
795cf08bbf
commit
f48c283294
|
@ -41,7 +41,7 @@ static inline void do_cpuid(unsigned int *eax, unsigned int *ebx,
|
||||||
__asm__(
|
__asm__(
|
||||||
"push %%rbx;"
|
"push %%rbx;"
|
||||||
"cpuid;"
|
"cpuid;"
|
||||||
"mov %%rbx,%1;"
|
"movl %%ebx,%1;"
|
||||||
"pop %%rbx;"
|
"pop %%rbx;"
|
||||||
: "=a" (*eax),
|
: "=a" (*eax),
|
||||||
"=r" (*ebx),
|
"=r" (*ebx),
|
||||||
|
|
Loading…
Reference in New Issue