summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/CPUDetect.cpp
diff options
context:
space:
mode:
authorgnick79 <gnick79@gmail.com>2011-02-07 20:31:28 +0000
committergnick79 <gnick79@gmail.com>2011-02-07 20:31:28 +0000
commit795cf08bbfe64b2e2c441803559b585b764fcf00 (patch)
tree5152f97485cf021dca106d734565d05d6dfc136d /Source/Core/Common/Src/CPUDetect.cpp
parent05ef2c1337a2c38b99738074c83babf2dee9400b (diff)
CPU... (yes)..ID -.-'
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7102 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src/CPUDetect.cpp')
-rw-r--r--Source/Core/Common/Src/CPUDetect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/CPUDetect.cpp b/Source/Core/Common/Src/CPUDetect.cpp
index 4549f61103..2ef656d1d0 100644
--- a/Source/Core/Common/Src/CPUDetect.cpp
+++ b/Source/Core/Common/Src/CPUDetect.cpp
@@ -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),