CPU... (yes)..ID -.-'

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7102 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
gnick79 2011-02-07 20:31:28 +00:00
parent 05ef2c1337
commit 795cf08bbf
1 changed files with 1 additions and 1 deletions

View File

@ -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),