un-fix register clobber list for gcc on x86
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 31 Dec 2009 18:16:03 +0000 (18:16 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 31 Dec 2009 18:16:03 +0000 (18:16 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@6422 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/pbd/fpu.cc

index 12400221ccbfb8b3afbcab1e0f425adcb34f9d8b..9ca59072214c6d4c74a63fdb21ebae30b757a063 100644 (file)
@@ -36,7 +36,7 @@ FPU::FPU ()
                "popl %%ebx\n"
                : "=r" (cpuflags)
                : 
-               : "%eax", "%ebx", "%ecx", "%edx"
+               : "%eax", "%ecx", "%edx"
                );
        
 #else