mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 21:53:31 +01:00
- 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__(
|
||||
"push %%rbx;"
|
||||
"cpuid;"
|
||||
"mov %%rbx,%1;"
|
||||
"movl %%ebx,%1;"
|
||||
"pop %%rbx;"
|
||||
: "=a" (*eax),
|
||||
"=r" (*ebx),
|
||||
|
Loading…
x
Reference in New Issue
Block a user