mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 07:49:19 +01:00
CPU... (yes)..ID -.-'
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7102 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
05ef2c1337
commit
795cf08bbf
@ -41,7 +41,7 @@ static inline void do_cpuid(unsigned int *eax, unsigned int *ebx,
|
||||
__asm__(
|
||||
"push %%rbx;"
|
||||
"cpuid;"
|
||||
"movl %%rbx,%1;"
|
||||
"mov %%rbx,%1;"
|
||||
"pop %%rbx;"
|
||||
: "=a" (*eax),
|
||||
"=r" (*ebx),
|
||||
|
Loading…
x
Reference in New Issue
Block a user