- CPUID 2nd Attempt

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7098 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
gnick79 2011-02-07 18:35:01 +00:00
parent bba19bb36b
commit b1a63e3e8e
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ __asm__(
"=c" (*ecx),
"=d" (*edx)
: "a" (*eax)
: "eax", "ebx", "ecx", "edx" // clobbered registers
);
}