diff options
| author | gnick79 <gnick79@gmail.com> | 2011-02-07 18:35:01 +0000 |
|---|---|---|
| committer | gnick79 <gnick79@gmail.com> | 2011-02-07 18:35:01 +0000 |
| commit | b1a63e3e8e467d8e5d05118edf04a9e414e8dea8 (patch) | |
| tree | d61201f9ce292d6adfcc386606c21384e4d708f9 /Source/Core/Common/Src/CPUDetect.cpp | |
| parent | bba19bb36b47d1450829564a62fda3b1d2541427 (diff) | |
- CPUID 2nd Attempt
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7098 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src/CPUDetect.cpp')
| -rw-r--r-- | Source/Core/Common/Src/CPUDetect.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/CPUDetect.cpp b/Source/Core/Common/Src/CPUDetect.cpp index a4e6beb36c..6a9a234071 100644 --- a/Source/Core/Common/Src/CPUDetect.cpp +++ b/Source/Core/Common/Src/CPUDetect.cpp @@ -47,7 +47,6 @@ __asm__( "=c" (*ecx), "=d" (*edx) : "a" (*eax) - : "eax", "ebx", "ecx", "edx" // clobbered registers ); } |
