- CPUID 2nd Attempt
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7098 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
bba19bb36b
commit
b1a63e3e8e
|
@ -47,7 +47,6 @@ __asm__(
|
|||
"=c" (*ecx),
|
||||
"=d" (*edx)
|
||||
: "a" (*eax)
|
||||
: "eax", "ebx", "ecx", "edx" // clobbered registers
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue