From 795cf08bbfe64b2e2c441803559b585b764fcf00 Mon Sep 17 00:00:00 2001 From: gnick79 Date: Mon, 7 Feb 2011 20:31:28 +0000 Subject: [PATCH] CPU... (yes)..ID -.-' git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7102 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 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),