From 7701c52adb28ce53ebec2a51e9b3ee0fee4f5ebd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 15 Jan 2007 18:33:54 +0000 Subject: Merged with trunk R1327. git-svn-id: svn://localhost/ardour2/branches/midi@1328 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/globals.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/globals.cc') diff --git a/libs/ardour/globals.cc b/libs/ardour/globals.cc index 2806ab60a8..549f4b7dbb 100644 --- a/libs/ardour/globals.cc +++ b/libs/ardour/globals.cc @@ -211,7 +211,7 @@ setup_hardware_optimization (bool try_optimization) "cpuid\n" "movl %%edx, %0\n" "popl %%ebx\n" - : "=l" (use_sse) + : "=r" (use_sse) : : "%eax", "%ecx", "%edx", "memory"); @@ -223,7 +223,7 @@ setup_hardware_optimization (bool try_optimization) "cpuid\n" "movq %%rdx, %0\n" "popq %%rbx\n" - : "=l" (use_sse) + : "=r" (use_sse) : : "%rax", "%rcx", "%rdx", "memory"); -- cgit v1.2.3