From 569226e64e8d9c3e85dd2dc59adfb0f71190e8af Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 31 Dec 2009 18:16:03 +0000 Subject: un-fix register clobber list for gcc on x86 git-svn-id: svn://localhost/ardour2/branches/3.0@6422 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/pbd/fpu.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/pbd/fpu.cc') diff --git a/libs/pbd/fpu.cc b/libs/pbd/fpu.cc index 12400221cc..9ca5907221 100644 --- a/libs/pbd/fpu.cc +++ b/libs/pbd/fpu.cc @@ -36,7 +36,7 @@ FPU::FPU () "popl %%ebx\n" : "=r" (cpuflags) : - : "%eax", "%ebx", "%ecx", "%edx" + : "%eax", "%ecx", "%edx" ); #else -- cgit v1.2.3