From f48c2832941d2568e1cb250890c83287dcaac094 Mon Sep 17 00:00:00 2001 From: gnick79 Date: Mon, 7 Feb 2011 21:03:10 +0000 Subject: [PATCH] - CPUID git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7103 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Common/Src/CPUDetect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Common/Src/CPUDetect.cpp b/Source/Core/Common/Src/CPUDetect.cpp index 2ef656d1d0..bb3cc28220 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;" - "mov %%rbx,%1;" + "movl %%ebx,%1;" "pop %%rbx;" : "=a" (*eax), "=r" (*ebx),