summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/CPUDetect.cpp
diff options
context:
space:
mode:
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),